Skip to content

Commit dbb07fa

Browse files
v1.0.2
1 parent fb2f4aa commit dbb07fa

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

bower.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"version": "1.0.1",
3-
"description": "randomness code bricks for JavaScript",
4-
"name": "aureooms-js-random",
5-
"homepage": "http://aureooms.github.io/js-random/",
6-
"main": "js/dist/random.js",
7-
"ignore": [
8-
"js/index.js",
9-
"js/src",
10-
"test",
11-
"pkg.json",
12-
"package.json",
13-
".groc.json",
14-
".travis.yml",
15-
".gitignore",
16-
"README.md",
17-
"inch.json",
18-
".codeclimate.yml"
19-
],
20-
"license": "AGPL-3.0"
21-
}
2+
"version": "1.0.2",
3+
"description": "randomness code bricks for JavaScript",
4+
"name": "aureooms-js-random",
5+
"homepage": "http://aureooms.github.io/js-random/",
6+
"main": "js/dist/random.js",
7+
"ignore": [
8+
"js/index.js",
9+
"js/src",
10+
"test",
11+
"pkg.json",
12+
"package.json",
13+
".groc.json",
14+
".travis.yml",
15+
".gitignore",
16+
"README.md",
17+
"inch.json",
18+
".codeclimate.yml"
19+
],
20+
"license": "AGPL-3.0"
21+
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "randomness code bricks for JavaScript",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"repo": "aureooms/js-random",
55
"scripts": [
66
"js/dist/random.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"random",
2323
"randomness"
2424
],
25-
"version": "1.0.1",
25+
"version": "1.0.2",
2626
"devDependencies": {
2727
"aureooms-node-package": "^4.2.5",
2828
"aureooms-js-type": "^1.0.2",

0 commit comments

Comments
 (0)