Skip to content

Commit

Permalink
a brand new style
Browse files Browse the repository at this point in the history
  • Loading branch information
DesertsPan committed Sep 16, 2018
1 parent cc42cde commit 78ac1ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valine",
"version": "1.1.6",
"version": "1.1.7",
"description": "A simple comment system based on Leancloud.",
"main": "/src/Valine.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/Valine.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Valine {
constructor(option) {
let _root = this;
// version
_root.version = '1.1.5';
_root.version = '1.1.7';
// Valine init
!!option && _root.init(option);
}
Expand Down

0 comments on commit 78ac1ca

Please sign in to comment.