Skip to content

Commit

Permalink
bumped version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Sep 23, 2014
1 parent 3c6b6ed commit 58f2a6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ gender.set('not a gender'); // throws AssertError

## Changelog

### dev
### 0.1.1

- fixed issue #1
- fixed issue #2
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "configurator.js",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/configurator.min.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "configurator.js",
"main": "dist/configurator.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "A config tree builder for Javascript",
"repository": {
"type": "git",
Expand Down

0 comments on commit 58f2a6c

Please sign in to comment.