Skip to content

Commit

Permalink
Bump version to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Feb 14, 2023
1 parent 474c2e2 commit 172bfa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "chance",
"version": "1.1.9",
"version": "1.1.10",
"main": "chance.js",
"ignore": [
"node_modules"
Expand Down
6 changes: 3 additions & 3 deletions chance.js
@@ -1,5 +1,5 @@
// Chance.js 1.1.9
// http://chancejs.com
// Chance.js 1.1.10
// https://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.1.9";
Chance.prototype.VERSION = "1.1.10";

// Random helper functions
function initOptions(options, defaults) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "chance",
"main": "./chance.js",
"version": "1.1.9",
"version": "1.1.10",
"description": "Chance - Utility library to generate anything random",
"homepage": "http://chancejs.com",
"author": "Victor Quinn <mail@victorquinn.com>",
Expand Down

0 comments on commit 172bfa4

Please sign in to comment.