Skip to content

Commit 2c6cd04

Browse files
committed
release 1.6.1
1 parent 8adcbc6 commit 2c6cd04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-json-pretty",
3-
"version": "1.6.0",
4-
"description": "A Vue.js 2.0 Toolkit for JSON",
3+
"version": "1.6.1",
4+
"description": "A JSON tree view component that is easy to use and also supports data selection.",
55
"author": "leezng <im.leezng@gmail.com>",
66
"main": "vue-json-pretty.js",
77
"scripts": {

src/index.js

Lines changed: 1 addition & 1 deletion
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.0'
5+
version: '1.6.1'
66
})

0 commit comments

Comments
 (0)