diff --git a/bower.json b/bower.json index e039017..995c5b8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "js-sorting", - "version": "1.2.0", + "version": "2.0.0", "homepage": "https://github.com/Tyriar/js-sorting", "authors": [ "Daniel Imms (http://www.growingwiththeweb.com)" diff --git a/package.json b/package.json index fd8837d..07d49c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-sorting", - "version": "1.2.0", + "version": "2.0.0", "description": "A collection of sorting algorithms written in JavaScript.", "scripts": { "test": "jasmine-node ."