diff --git a/bower.json b/bower.json index ec2e18fd..c1e03a45 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "fast-json-patch", - "version": "0.5.4", + "version": "0.5.5", "homepage": "https://github.com/Starcounter-Jack/JSON-Patch", "description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities", "main": "src/json-patch-duplex.js", diff --git a/dist/json-patch-duplex.min.js b/dist/json-patch-duplex.min.js index d8df9e15..b5b12af0 100644 --- a/dist/json-patch-duplex.min.js +++ b/dist/json-patch-duplex.min.js @@ -1,6 +1,6 @@ /*! * https://github.com/Starcounter-Jack/JSON-Patch -* json-patch-duplex.js version: 0.5.4 +* json-patch-duplex.js version: 0.5.5 * (c) 2013 Joachim Wester * MIT license */ diff --git a/dist/json-patch.min.js b/dist/json-patch.min.js index 828b9d25..7921d4fc 100644 --- a/dist/json-patch.min.js +++ b/dist/json-patch.min.js @@ -1,6 +1,6 @@ /*! * https://github.com/Starcounter-Jack/JSON-Patch -* json-patch-duplex.js version: 0.5.4 +* json-patch-duplex.js version: 0.5.5 * (c) 2013 Joachim Wester * MIT license */ diff --git a/package.json b/package.json index 6df41a45..7a264314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-json-patch", - "version": "0.5.4", + "version": "0.5.5", "description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities", "homepage": "https://github.com/Starcounter-Jack/JSON-Patch", "keywords": [ diff --git a/src/json-patch-duplex.js b/src/json-patch-duplex.js index 1bb8cda3..970cdc5a 100644 --- a/src/json-patch-duplex.js +++ b/src/json-patch-duplex.js @@ -1,6 +1,6 @@ /*! * https://github.com/Starcounter-Jack/JSON-Patch -* json-patch-duplex.js version: 0.5.4 +* json-patch-duplex.js version: 0.5.5 * (c) 2013 Joachim Wester * MIT license */ diff --git a/src/json-patch-duplex.ts b/src/json-patch-duplex.ts index c6cb0e6b..e264f0ef 100644 --- a/src/json-patch-duplex.ts +++ b/src/json-patch-duplex.ts @@ -1,6 +1,6 @@ /*! * https://github.com/Starcounter-Jack/JSON-Patch - * json-patch-duplex.js version: 0.5.4 + * json-patch-duplex.js version: 0.5.5 * (c) 2013 Joachim Wester * MIT license */ diff --git a/src/json-patch.js b/src/json-patch.js index e7623e02..6ce26853 100644 --- a/src/json-patch.js +++ b/src/json-patch.js @@ -1,6 +1,6 @@ /*! * https://github.com/Starcounter-Jack/JSON-Patch -* json-patch-duplex.js version: 0.5.4 +* json-patch-duplex.js version: 0.5.5 * (c) 2013 Joachim Wester * MIT license */ diff --git a/src/json-patch.ts b/src/json-patch.ts index d38b79a8..cadd504a 100644 --- a/src/json-patch.ts +++ b/src/json-patch.ts @@ -1,6 +1,6 @@ /*! * https://github.com/Starcounter-Jack/JSON-Patch - * json-patch-duplex.js version: 0.5.4 + * json-patch-duplex.js version: 0.5.5 * (c) 2013 Joachim Wester * MIT license */