From 26fce592a3a7ac787b4493889a42934a20b0d41a Mon Sep 17 00:00:00 2001 From: aureooms Date: Mon, 27 Apr 2015 23:53:14 +0200 Subject: [PATCH] v1.1.2 --- bower.json | 2 +- component.json | 2 +- package.json | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) 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