diff --git a/bower.json b/bower.json index d0a79b2..fc00aef 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.1.2", "main": "js/dist/disjoint-set.js", "name": "aureooms-js-disjoint-set", "ignore": [ diff --git a/component.json b/component.json index 4fad082..a8fe8c1 100644 --- a/component.json +++ b/component.json @@ -4,7 +4,7 @@ "scripts": [ "js/dist/disjoint-set.js" ], - "version": "1.1.1", + "version": "1.1.2", "description": "disjoint-set data structure code bricks for JavaScript", "main": "js/dist/disjoint-set.js", "license": "AGPL-3.0" diff --git a/package.json b/package.json index f892626..38707a9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "aureooms-node-package": "^4.2.3" }, - "version": "1.1.1", + "version": "1.1.2", "main": "js/dist/disjoint-set.js", "license": "AGPL-3.0", "repository": { @@ -34,7 +34,7 @@ "structures", "union" ], - "spm" : { - "main" : "js/dist/disjoint-set.js" + "spm": { + "main": "js/dist/disjoint-set.js" } -} +} \ No newline at end of file