Skip to content

Commit 0d8d3e9

Browse files
v2.2.1
1 parent 9d7cafc commit 0d8d3e9

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-
"license": "AGPL-3.0",
3-
"ignore": [
4-
"js/index.js",
5-
"js/src",
6-
"test",
7-
"pkg.json",
8-
"package.json",
9-
".groc.json",
10-
".travis.yml",
11-
".gitignore",
12-
"README.md",
13-
"inch.json",
14-
".codeclimate.yml"
15-
],
16-
"main": "js/dist/array.js",
17-
"name": "aureooms-js-array",
18-
"version": "2.2.0",
19-
"homepage": "http://aureooms.github.io/js-array/",
20-
"description": "array manipulation code bricks for JavaScript"
21-
}
2+
"license": "AGPL-3.0",
3+
"ignore": [
4+
"js/index.js",
5+
"js/src",
6+
"test",
7+
"pkg.json",
8+
"package.json",
9+
".groc.json",
10+
".travis.yml",
11+
".gitignore",
12+
"README.md",
13+
"inch.json",
14+
".codeclimate.yml"
15+
],
16+
"main": "js/dist/array.js",
17+
"name": "aureooms-js-array",
18+
"version": "2.2.1",
19+
"homepage": "http://aureooms.github.io/js-array/",
20+
"description": "array manipulation code bricks for JavaScript"
21+
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": [
55
"js/dist/array.js"
66
],
7-
"version": "2.2.0",
7+
"version": "2.2.1",
88
"description": "array manipulation code bricks for JavaScript",
99
"main": "js/dist/array.js",
1010
"license": "AGPL-3.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "./node_modules/.bin/aureooms-node-package-build"
1919
},
2020
"dependencies": {},
21-
"version": "2.2.0",
21+
"version": "2.2.1",
2222
"bugs": {
2323
"url": "https://github.com/aureooms/js-array/issues"
2424
},

0 commit comments

Comments
 (0)