Skip to content

Commit

Permalink
Merges #59
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioc committed Nov 16, 2014
1 parent ee2cf61 commit af30438
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 1.2.7, November 16th, 2014
=================================

- Merges #59 (add a validation for Github parameters)

Version 1.2.6, November 4th, 2014
=================================

Expand Down
2 changes: 1 addition & 1 deletion jingo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var program = require('commander'),

global.Git = require('./lib/gitmech');

program.version('1.2.6')
program.version('1.2.7')
.option('-c, --config <path>', 'Specify the config file')
.option('-#, --hash-string <string>', 'Create an hash for a string')
.option('-l, --local', 'Listen on localhost only')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jingo",
"version": "1.2.6",
"version": "1.2.7",
"description": "A nodejs based wiki engine (sort of Gollum port)",
"author": "Claudio Cicali <[email protected]>",
"keywords": [
Expand Down

0 comments on commit af30438

Please sign in to comment.