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

Commit 0519c15

Browse files
committed
Set version to 0.2.0
1 parent 43480f3 commit 0519c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.1",
4+
"version": "0.2.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.1.1",
3+
"version": "0.2.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)