Skip to content

Commit f5d318a

Browse files
committed
Merge branch 'dev'
2 parents 8ce6629 + 56a7f04 commit f5d318a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-json-pretty",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "A JSON tree view component that is easy to use and also supports data selection.",
55
"author": "leezng <[email protected]>",
66
"main": "vue-json-pretty.js",

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import App from './components/app.vue'
22
import './assets/less/index.less'
33

44
export default Object.assign({}, App, {
5-
version: '1.6.5'
5+
version: '1.6.6'
66
})

0 commit comments

Comments
 (0)