Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
leezng committed Aug 3, 2020
2 parents f5d318a + 3e25eb6 commit 1cf857b
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.6",
"version": "1.6.7",
"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.6'
version: '1.6.7'
})

0 comments on commit 1cf857b

Please sign in to comment.