Skip to content

Commit 68e0591

Browse files
v2.1.0
1 parent 4c41023 commit 68e0591

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"main": "js/dist/array.js",
1515
"name": "aureooms-js-array",
16-
"version": "2.0.2",
16+
"version": "2.1.0",
1717
"homepage": "http://aureooms.github.io/js-array/",
1818
"description": "array manipulation code bricks for JavaScript"
1919
}

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.0.2",
7+
"version": "2.1.0",
88
"description": "array manipulation code bricks for JavaScript",
99
"main": "js/dist/array.js",
1010
"license": "AGPL-3.0"

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"aureooms-js-mem": "^1.0.1",
1111
"aureooms-js-random": "^1.0.1",
1212
"aureooms-js-functools": "^1.2.1",
13-
"aureooms-js-operator": "^1.0.1",
1413
"aureooms-js-compare": "^1.4.3"
1514
},
1615
"scripts": {
@@ -19,7 +18,7 @@
1918
"build": "./node_modules/.bin/aureooms-node-package-build"
2019
},
2120
"dependencies": {},
22-
"version": "2.0.2",
21+
"version": "2.1.0",
2322
"bugs": {
2423
"url": "https://github.com/aureooms/js-array/issues"
2524
},
@@ -36,4 +35,4 @@
3635
"type": "git",
3736
"url": "https://github.com/aureooms/js-array.git"
3837
}
39-
}
38+
}

0 commit comments

Comments
 (0)