-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,5 @@ | |
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"version": "1.0.2" | ||
"version": "1.0.4" | ||
} |