Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
When I released version 1.0.3, I accidentally forgot to bump the
package.json version number. To remedy this situation, I am releasing
v1.0.4 with all of the version numbers correctly bumped.

Change-Id: I443e62d4604c65957cb2f07028c7a2d86eaa7104
Reviewed-on: http://gerrit.causes.com/37037
Reviewed-by: Joe Lencioni <[email protected]>
Tested-by: Joe Lencioni <[email protected]>
  • Loading branch information
lencioni committed Apr 8, 2014
1 parent 499334a commit 4af09d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.4

* Fix version numbers

1.0.3

* Fix scoping bug
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": "method-proxy-js",
"version": "1.0.3",
"version": "1.0.4",
"main": "method-proxy.js",
"description": "Forwards method calls to an object.",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"scripts": {
"test": "grunt test"
},
"version": "1.0.2"
"version": "1.0.4"
}

0 comments on commit 4af09d4

Please sign in to comment.