Skip to content

Commit

Permalink
version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 28, 2017
1 parent fc391a1 commit 8fe40da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "xdate",
"version": "0.8.1",
"version": "0.8.2",
"main": "src/xdate.js"
}
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

version 0.8.2 (04/28/17)
- Replaced usages of unary operator with getTime() for compatibility (#34)
Now Ecmascript 3 compliant (#33) - thanks @contentfree

version 0.8.1 (10/9/13)
- support for bower component

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" : "xdate",
"version": "0.8.1",
"version": "0.8.2",
"author": "Adam Shaw",
"homepage": "http://arshaw.com/xdate/",
"description": "A Modern JavaScript Date Library",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2

0 comments on commit 8fe40da

Please sign in to comment.