Skip to content

Commit 01ade0f

Browse files
v1.0.3
1 parent 5fa9f53 commit 01ade0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"README.md"
1414
],
1515
"main": "js/dist/permutation.js",
16-
"version": "1.0.2",
16+
"version": "1.0.3",
1717
"description": "Permutations code bricks for JavaScript",
1818
"name": "aureooms-js-permutation"
1919
}

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": [
66
"js/dist/permutation.js"
77
],
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"description": "Permutations code bricks for JavaScript",
1010
"name": "aureooms-js-permutation"
1111
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test": "./node_modules/.bin/aureooms-node-package-test",
2929
"build": "./node_modules/.bin/aureooms-node-package-build"
3030
},
31-
"version": "1.0.2",
31+
"version": "1.0.3",
3232
"description": "Permutations code bricks for JavaScript",
3333
"name": "aureooms-js-permutation"
3434
}

0 commit comments

Comments
 (0)