Skip to content

Commit 50bfa6c

Browse files
committed
Release v1.0.0
1 parent bd67edb commit 50bfa6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shuffle-array",
33
"main": "dist/shuffle-array.js",
4-
"version": "0.1.1",
4+
"version": "1.0.0",
55
"homepage": "https://github.com/pazguille/shuffle-array",
66
"description": "Randomize the order of the elements in a given array.",
77
"keywords": [

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shuffle-array",
33
"repo": "pazguille/shuffle-array",
44
"description": "Randomize the order of the elements in a given array.",
5-
"version": "0.1.1",
5+
"version": "1.0.0",
66
"author": "Guille Paz <guille87paz@gmail.com>",
77
"twitter": "@pazguille",
88
"keywords": [
@@ -16,4 +16,4 @@
1616
"scripts": [
1717
"index.js"
1818
]
19-
}
19+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repository": "git@github.com:pazguille/shuffle-array.git",
44
"description": "Randomize the order of the elements in a given array.",
55
"author": "Guille Paz <guille87paz@gmail.com>",
6-
"version": "0.1.2",
6+
"version": "1.0.0",
77
"scripts": {
88
"dist": "gulp",
99
"test": "gulp && istanbul cover -x Gulpfile.js gulp test"

0 commit comments

Comments
 (0)