We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f039694 commit d37a3ccCopy full SHA for d37a3cc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-json-pretty",
3
- "version": "1.6.1",
+ "version": "1.6.2",
4
"description": "A JSON tree view component that is easy to use and also supports data selection.",
5
"author": "leezng <im.leezng@gmail.com>",
6
"main": "vue-json-pretty.js",
src/index.js
@@ -2,5 +2,5 @@ import App from './components/app.vue'
import './assets/less/index.less'
export default Object.assign({}, App, {
- version: '1.6.1'
+ version: '1.6.2'
})
0 commit comments