From d16e93c8be17a7da5a8226acd561c78121e3960a Mon Sep 17 00:00:00 2001 From: Victor Quinn Date: Mon, 3 Dec 2018 22:20:09 -0500 Subject: [PATCH] Bump version to 1.0.18 to resolve #396 --- bower.json | 2 +- chance.js | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 ",