From a2aa1f8e44728700fcc02c1d23d111f1ee471ea3 Mon Sep 17 00:00:00 2001 From: Omar Alshaker Date: Thu, 9 Mar 2017 18:11:17 +0100 Subject: [PATCH] 2.0.0 --- bower.json | 2 +- package.json | 2 +- src/json-patch-ot.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index e6be30a..777e4cc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "json-patch-ot", - "version": "1.0.1", + "version": "2.0.0", "homepage": "https://github.com/Palindrom/JSON-Patch-OT", "description": "JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration", "authors": [ diff --git a/package.json b/package.json index f602e17..57671e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-patch-ot", - "version": "1.0.1", + "version": "2.0.0", "description": "JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration", "main": "src/json-patch-ot.js", "typings": "index.d.ts", diff --git a/src/json-patch-ot.js b/src/json-patch-ot.js index 632c717..c2458d9 100644 --- a/src/json-patch-ot.js +++ b/src/json-patch-ot.js @@ -1,6 +1,6 @@ /*! * https://github.com/Palindrom/JSONPatchOT - * JSON-Patch-OT version: 1.0.1 + * JSON-Patch-OT version: 2.0.0 * (c) 2017 Tomek Wytrebowicz * MIT license */