diff --git a/bower.json b/bower.json index 3dbcb724..55f00b6e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "chance", - "version": "1.0.17", + "version": "1.0.18", "main": "chance.js", "ignore": [ "node_modules" diff --git a/chance.js b/chance.js index dd647516..109d71bf 100644 --- a/chance.js +++ b/chance.js @@ -1,4 +1,4 @@ -// Chance.js 1.0.17 +// Chance.js 1.0.18 // http://chancejs.com // (c) 2013 Victor Quinn // Chance may be freely distributed or modified under the MIT license. @@ -72,7 +72,7 @@ return this; } - Chance.prototype.VERSION = "1.0.17"; + Chance.prototype.VERSION = "1.0.18"; // Random helper functions function initOptions(options, defaults) { diff --git a/package.json b/package.json index 1a6fbc3c..1449b12d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chance", "main": "./chance.js", - "version": "1.0.17", + "version": "1.0.18", "description": "Chance - Utility library to generate anything random", "homepage": "http://chancejs.com", "author": "Victor Quinn ",