Skip to content

Commit 7e9d3d0

Browse files
committed
Releasing 2.1.0.
1 parent 8afeb07 commit 7e9d3d0

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonix",
3-
"version": "2.0.13",
3+
"version": "2.1.0",
44
"homepage": "http://confluence.highsource.org/display/JSNX/Jsonix",
55
"authors": [
66
"Alexey Valikov"

nodejs/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "jsonix",
3-
"version" : "2.0.13",
3+
"version" : "2.1.0",
44
"description" : "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.",
55
"keywords" : [ "json", "xml", "unmarshal", "unmarshalling", "marshal",
66
"marshalling", "parse", "parsing", "serialize", "serializing",

nodejs/tests/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "jsonix-tests-basic",
33
"description": "Jsonix Tests Basic.",
4-
"version": "2.0.13",
4+
"version": "2.1.0",
55
"engines": [
66
"node >= 0.8.0"
77
],
88
"main": "jsonix-tests-basic.js",
99
"dependencies": {
10-
"jsonix": "~2.0.13"
10+
"jsonix": "~2.1.0"
1111
},
1212
"devDependencies" : {
1313
"nodeunit" : "~0.8.6",

nodejs/tests/browserify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "jsonix-tests-browserify",
33
"description": "Jsonix Tests Browserify.",
4-
"version": "2.0.13",
4+
"version": "2.1.0",
55
"engines": [
66
"node >= 0.8.0"
77
],
88
"main": "main.js",
99
"dependencies": {
10-
"jsonix": "~2.0.13"
10+
"jsonix": "~2.1.0"
1111
},
1212
"devDependencies" : {
1313
"nodeunit" : "~0.8.6",

nodejs/tests/po/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "jsonix-tests-po",
33
"description": "Jsonix Tests PO.",
4-
"version": "2.0.13",
4+
"version": "2.1.0",
55
"engines": [
66
"node >= 0.8.0"
77
],
88
"main": "jsonix-tests-po.js",
99
"dependencies": {
10-
"jsonix": "~2.0.13"
10+
"jsonix": "~2.1.0"
1111
},
1212
"devDependencies" : {
1313
"nodeunit" : "~0.8.6",

nodejs/tests/wps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "jsonix-tests-wps",
33
"description": "Jsonix Tests WPS.",
4-
"version": "2.0.13",
4+
"version": "2.1.0",
55
"engines": [
66
"node >= 0.8.0"
77
],
88
"main": "jsonix-tests-wps.js",
99
"dependencies": {
10-
"jsonix": "~2.0.13"
10+
"jsonix": "~2.1.0"
1111
},
1212
"devDependencies" : {
1313
"nodeunit" : "~0.8.6",

0 commit comments

Comments
 (0)