Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Apr 26, 2018
1 parent e24d6f1 commit 053d852
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chance",
"version": "1.0.15",
"version": "1.0.16",
"main": "chance.js",
"ignore": [
"node_modules"
Expand Down
4 changes: 2 additions & 2 deletions chance.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Chance.js 1.0.15
// Chance.js 1.0.16
// http://chancejs.com
// (c) 2013 Victor Quinn
// Chance may be freely distributed or modified under the MIT license.
Expand Down Expand Up @@ -72,7 +72,7 @@
return this;
}

Chance.prototype.VERSION = "1.0.15";
Chance.prototype.VERSION = "1.0.16";

// Random helper functions
function initOptions(options, defaults) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chance",
"main": "./chance.js",
"version": "1.0.15",
"version": "1.0.16",
"description": "Chance - Utility library to generate anything random",
"homepage": "http://chancejs.com",
"author": "Victor Quinn <[email protected]>",
Expand Down

0 comments on commit 053d852

Please sign in to comment.