Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 91fa851

Browse files
committed
Bump version
1 parent eb4da26 commit 91fa851

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-jsonview",
33
"description": "jQuery plugin for display pretty JSON.",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"main": "dist/jquery.jsonview.js",
66
"keywords": [
77
"json"
@@ -20,4 +20,4 @@
2020
"dependencies": {
2121
"jquery": "*"
2222
}
23-
}
23+
}

jsonview.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-jsonview",
33
"description": "jQuery plugin for display pretty JSON.",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"author": {
66
"name": "Meck",
77
"url": "http://yesmeck.com"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-jsonview",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "jQuery plugin for display pretty JSON.",
55
"main": "dist/jquery.jsonview.js",
66
"scripts": {

0 commit comments

Comments
 (0)