Skip to content

Commit 2039af3

Browse files
committed
Version bump
1 parent 954e53a commit 2039af3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Noteworthy contributors
1010

1111
David McFadzean (static assets management) https://github.com/macterra
1212
Bradly Sharpe https://github.com/brad7928
13-
Collin Reynolds https://github.com/creynold
13+
Collin Reynolds https://github.com/creynold
14+
jon r https://github.com/almereyda

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.5.3, December 14th, 2015
2+
=================================
3+
4+
- Adds the `redirectURL` to the configuration (#121)
5+
16
Version 1.5.2, December 14th, 2015
27
=================================
38

jingo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var program = require('commander'),
1717

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

20-
program.version('1.5.2')
20+
program.version('1.5.3')
2121
.option('-c, --config <path>', 'Specify the config file')
2222
.option('-#, --hash-string <string>', 'Create an hash for a string')
2323
.option('-l, --local', 'Listen on localhost only')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jingo",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "A nodejs based wiki engine",
55
"author": "Claudio Cicali <claudio.cicali@gmail.com>",
66
"keywords": [

0 commit comments

Comments
 (0)