Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
Version 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Dec 6, 2014
1 parent aec3a09 commit b73a871
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "timezone-js",
"version": "0.4.12",
"version": "0.4.13",
"main": "src/date.js",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
],
"name": "timezone-js",
"description": "JavaScript timezone library based on Olson timezone data",
"version": "0.4.12",
"version": "0.4.13",
"main": "src/date.js",
"homepage": "https://github.com/mde/timezone-js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/date.js
Expand Up @@ -55,7 +55,7 @@
root.timezoneJS = timezoneJS;
}

timezoneJS.VERSION = '0.4.12';
timezoneJS.VERSION = '0.4.13';

// Grab the ajax library from global context.
// This can be jQuery, Zepto or fleegix.
Expand Down

0 comments on commit b73a871

Please sign in to comment.