Skip to content

Commit

Permalink
chore(all): ready to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sculove committed Aug 6, 2017
1 parent 97a216f commit db9ff21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions dist/persist.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @egjs/persist JavaScript library
*
*
* @version 2.0.0-rc
* @version 2.0.0
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -153,10 +153,10 @@ var _Persist2 = _interopRequireDefault(_Persist);

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }

_Persist2["default"].VERSION = "2.0.0-rc"; /**
* Copyright (c) 2015 NAVER Corp.
* egjs-persist projects are licensed under the MIT license
*/
_Persist2["default"].VERSION = "2.0.0"; /**
* Copyright (c) 2015 NAVER Corp.
* egjs-persist projects are licensed under the MIT license
*/

module.exports = _Persist2["default"];

Expand Down
4 changes: 2 additions & 2 deletions dist/persist.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egjs/persist",
"version": "2.0.0-rc",
"version": "2.0.0",
"description": "Provide cache interface to handle persisted data among history navigation.",
"main": "dist/persist.js",
"es2015": "src/Persist.js",
Expand Down

0 comments on commit db9ff21

Please sign in to comment.