Skip to content

Commit

Permalink
Added minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
SeverinDK committed Oct 2, 2018
1 parent 32c7e1d commit 0ad5f84
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 @@ -149,7 +149,7 @@ Feel free to [open a new issue](https://github.com/SeverinDK/moment-timer/issues
---
## Changelog
#### v1.3
#### v1.3.0
Fixed issue where .stop() would not stop the timer. See https://github.com/SeverinDK/moment-timer/issues/20
#### v1.2.3
[Relaxed moment dependency.](https://github.com/SeverinDK/moment-timer/pull/13)
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": "moment-timer",
"version": "1.3",
"version": "1.3.0",
"description": "A moment.js plugin for timers setInterval & setTimeout.",
"main": "lib/moment-timer.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moment-timer",
"version": "1.3",
"version": "1.3.0",
"description": "A moment.js plugin for timers setInterval & setTimeout.",
"main": "lib/moment-timer.js",
"repository": {
Expand Down

0 comments on commit 0ad5f84

Please sign in to comment.