Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 27, 2015
1 parent daa3b63 commit 26fce59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"main": "js/dist/disjoint-set.js",
"name": "aureooms-js-disjoint-set",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -34,7 +34,7 @@
"structures",
"union"
],
"spm" : {
"main" : "js/dist/disjoint-set.js"
"spm": {
"main": "js/dist/disjoint-set.js"
}
}
}

0 comments on commit 26fce59

Please sign in to comment.