From 1df1cf0aca751d3a30f6f5058f4c0a1cccae828d Mon Sep 17 00:00:00 2001 From: miyconst Date: Sat, 7 Nov 2015 23:59:52 +0300 Subject: [PATCH] 0.5.6 --- bower.json | 2 +- dist/json-patch-duplex.min.js | 2 +- dist/json-patch.min.js | 2 +- package.json | 2 +- src/json-patch-duplex.js | 2 +- src/json-patch-duplex.ts | 2 +- src/json-patch.js | 2 +- src/json-patch.ts | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index c1e03a45..54a7948a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "fast-json-patch", - "version": "0.5.5", + "version": "0.5.6", "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 57c6ee6c..16ed9a85 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.5 + * json-patch-duplex.js version: 0.5.6 * (c) 2013 Joachim Wester * MIT license */ diff --git a/dist/json-patch.min.js b/dist/json-patch.min.js index 7921d4fc..f00896ee 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.5 +* json-patch-duplex.js version: 0.5.6 * (c) 2013 Joachim Wester * MIT license */ diff --git a/package.json b/package.json index 7a264314..9d5853fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fast-json-patch", - "version": "0.5.5", + "version": "0.5.6", "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 de31fb52..ea52367a 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.5 + * json-patch-duplex.js version: 0.5.6 * (c) 2013 Joachim Wester * MIT license */ diff --git a/src/json-patch-duplex.ts b/src/json-patch-duplex.ts index 0538fe1c..f125cdaa 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.5 + * json-patch-duplex.js version: 0.5.6 * (c) 2013 Joachim Wester * MIT license */ diff --git a/src/json-patch.js b/src/json-patch.js index 6ce26853..13c5006c 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.5 +* json-patch-duplex.js version: 0.5.6 * (c) 2013 Joachim Wester * MIT license */ diff --git a/src/json-patch.ts b/src/json-patch.ts index cadd504a..a61fbcab 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.5 + * json-patch-duplex.js version: 0.5.6 * (c) 2013 Joachim Wester * MIT license */