Skip to content

Commit

Permalink
feat release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leezng committed Jul 1, 2020
1 parent 1496e86 commit 23faf93
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": "vue-json-pretty",
"version": "1.6.3",
"version": "1.6.4",
"description": "A JSON tree view component that is easy to use and also supports data selection.",
"author": "leezng <[email protected]>",
"main": "vue-json-pretty.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import App from './components/app.vue'
import './assets/less/index.less'

export default Object.assign({}, App, {
version: '1.6.2'
version: '1.6.4'
})

0 comments on commit 23faf93

Please sign in to comment.