Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 4b87545

Browse files
committed
Set version to 0.3.0
1 parent e072824 commit 4b87545

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ that all plugin methods are properly wrapped for immutable behavior.
112112
## TODO
113113

114114
Frozen Moment should generally work, and it has been used by a few folks in
115-
production applications. The current v0.2 release is a feature complete
115+
production applications. The current v0.3 release is a feature complete
116116
release candidate for v1.0. Note, however, that we will not release v1.0
117117
without a comprehensive suite of automated CI testing in Node and in Moment's
118118
supported browsers.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frozen-moment",
33
"main": "frozen-moment.js",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"homepage": "https://github.com/WhoopInc/frozen-moment",
66
"authors": [
77
"Lucas Sanders <sanders@whoop.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frozen-moment",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Immutability for Moment.js. Freeze moments so that mutation methods return copies instead of altering the original timestamp.",
55
"main": "frozen-moment.js",
66
"scripts": {

0 commit comments

Comments
 (0)