From 8fe40daf3835f99ca26c9fc0a7631496dd7524fc Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Fri, 28 Apr 2017 17:36:18 -0400 Subject: [PATCH] version 0.8.2 --- bower.json | 2 +- changelog.txt | 4 ++++ package.json | 2 +- version.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 90f3795..66b2882 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { "name": "xdate", - "version": "0.8.1", + "version": "0.8.2", "main": "src/xdate.js" } \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index f2c3ae8..d8b2e71 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/package.json b/package.json index 4954e67..8b54980 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/version.txt b/version.txt index c18d72b..53a48a1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2 \ No newline at end of file