diff --git a/bower.json b/bower.json index ddfef0f..bc58952 100644 --- a/bower.json +++ b/bower.json @@ -1,21 +1,21 @@ { - "license": "AGPL-3.0", - "ignore": [ - "js/index.js", - "js/src", - "test", - "pkg.json", - "package.json", - ".groc.json", - ".travis.yml", - ".gitignore", - "README.md", - "inch.json", - ".codeclimate.yml" - ], - "main": "js/dist/array.js", - "name": "aureooms-js-array", - "version": "2.2.0", - "homepage": "http://aureooms.github.io/js-array/", - "description": "array manipulation code bricks for JavaScript" -} + "license": "AGPL-3.0", + "ignore": [ + "js/index.js", + "js/src", + "test", + "pkg.json", + "package.json", + ".groc.json", + ".travis.yml", + ".gitignore", + "README.md", + "inch.json", + ".codeclimate.yml" + ], + "main": "js/dist/array.js", + "name": "aureooms-js-array", + "version": "2.2.1", + "homepage": "http://aureooms.github.io/js-array/", + "description": "array manipulation code bricks for JavaScript" +} \ No newline at end of file diff --git a/component.json b/component.json index 6e606d6..dcc2e41 100644 --- a/component.json +++ b/component.json @@ -4,7 +4,7 @@ "scripts": [ "js/dist/array.js" ], - "version": "2.2.0", + "version": "2.2.1", "description": "array manipulation code bricks for JavaScript", "main": "js/dist/array.js", "license": "AGPL-3.0" diff --git a/package.json b/package.json index 8224d9d..8c67197 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build": "./node_modules/.bin/aureooms-node-package-build" }, "dependencies": {}, - "version": "2.2.0", + "version": "2.2.1", "bugs": { "url": "https://github.com/aureooms/js-array/issues" },