Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 0ad5f84

Browse files
author
SeverinDK
committed
Added minor version
1 parent 32c7e1d commit 0ad5f84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Feel free to [open a new issue](https://github.com/SeverinDK/moment-timer/issues
149149
---
150150
151151
## Changelog
152-
#### v1.3
152+
#### v1.3.0
153153
Fixed issue where .stop() would not stop the timer. See https://github.com/SeverinDK/moment-timer/issues/20
154154
#### v1.2.3
155155
[Relaxed moment dependency.](https://github.com/SeverinDK/moment-timer/pull/13)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timer",
3-
"version": "1.3",
3+
"version": "1.3.0",
44
"description": "A moment.js plugin for timers setInterval & setTimeout.",
55
"main": "lib/moment-timer.js",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timer",
3-
"version": "1.3",
3+
"version": "1.3.0",
44
"description": "A moment.js plugin for timers setInterval & setTimeout.",
55
"main": "lib/moment-timer.js",
66
"repository": {

0 commit comments

Comments
 (0)