Skip to content

Commit

Permalink
Revised to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ka215 committed Nov 19, 2019
1 parent b0573c9 commit 3705fa7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Logs
---

### v2.0.0 (November 19, 2019 GMT)

* Revised as first public version 2.0.0 from beta version.

### v2.0.0b6 (October 16, 2019 GMT)

* Fixed a bug that the displayed date on the ruler differs actually value when timezone is UTC ([Issue#48](/ka215/jquery.timeline/issues/48)).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<h1 align="center">jQuery.Timeline V2</h3>
<h1 align="center">jQuery.Timeline Ver.2</h3>

<table border="0">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-timeline",
"description": "jQuery plugin for the horizontal timeline creation",
"version": "2.0.0b5",
"version": "2.0.0",
"version_short": "2.0",
"keywords": [
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion src/timeline.esdoc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Typedef for jQuery Timeline's ESDoc
* @version: 2.0.0b4
* @version: 2.0.0
*/

/** @type {string} [NAME="Timeline"] */
Expand Down
5 changes: 3 additions & 2 deletions src/timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import "regenerator-runtime/runtime"
/*!
* jQuery Timeline
* ------------------------
* Version: 2.0.0b6
* Version: 2.0.0 (revised from beta 6)
* Last Modified: November 19, 2019 (UTC)
* Author: Ka2 (https://ka2.org/)
* Repository: https://github.com/ka215/jquery.timeline
* Lisenced: MIT
Expand All @@ -15,7 +16,7 @@ import "regenerator-runtime/runtime"
* ----------------------------------------------------------------------------------------------------------------
*/
const NAME = "Timeline"
const VERSION = "2.0.0b6"
const VERSION = "2.0.0"
const DATA_KEY = "jq.timeline"
const EVENT_KEY = `.${DATA_KEY}`
const PREFIX = "jqtl-"
Expand Down
3 changes: 2 additions & 1 deletion src/timeline.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*!
* jQuery Timeline Plugin
* ------------------------
* Version: 2.0.0b4
* Version: 2.0.0 (revised from beta 6)
* Last Modified: November 19, 2019 (UTC)
* Coded by: ka2 ( https://ka2.org/ )
* Repository: https://github.com/ka215/jquery.timeline
* Lisenced: MIT
Expand Down

0 comments on commit 3705fa7

Please sign in to comment.