Skip to content

Commit

Permalink
Bump up version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Oct 18, 2019
1 parent 4af2a8f commit db53fea
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": "palette",
"version": "2.1.1",
"version": "2.1.2",
"description": "Mand Mobile Theme Customization Tool",
"author": "xuxiaoyan",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/views/generate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
content = content.replace(new RegExp(`var\\(--${key.trim()}\\)`, 'g'), value)
})
// this.saveFile(content, 'css')
this.saveFile(content, 'css')
this.copyContent = content
this.cssLoading = false
},
Expand Down

0 comments on commit db53fea

Please sign in to comment.