diff --git a/bower.json b/bower.json index b352fb5..877cf8c 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "shuffle-array", "main": "dist/shuffle-array.js", - "version": "0.1.1", + "version": "1.0.0", "homepage": "https://github.com/pazguille/shuffle-array", "description": "Randomize the order of the elements in a given array.", "keywords": [ diff --git a/component.json b/component.json index c895e49..cfb2b28 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "shuffle-array", "repo": "pazguille/shuffle-array", "description": "Randomize the order of the elements in a given array.", - "version": "0.1.1", + "version": "1.0.0", "author": "Guille Paz ", "twitter": "@pazguille", "keywords": [ @@ -16,4 +16,4 @@ "scripts": [ "index.js" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 46dd300..5dcc4f6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "git@github.com:pazguille/shuffle-array.git", "description": "Randomize the order of the elements in a given array.", "author": "Guille Paz ", - "version": "0.1.2", + "version": "1.0.0", "scripts": { "dist": "gulp", "test": "gulp && istanbul cover -x Gulpfile.js gulp test"