Skip to content

Commit a2aa1f8

Browse files
committed
2.0.0
1 parent 61992ac commit a2aa1f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "json-patch-ot",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"homepage": "https://github.com/Palindrom/JSON-Patch-OT",
55
"description": "JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration",
66
"authors": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-patch-ot",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration",
55
"main": "src/json-patch-ot.js",
66
"typings": "index.d.ts",

src/json-patch-ot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* https://github.com/Palindrom/JSONPatchOT
3-
* JSON-Patch-OT version: 1.0.1
3+
* JSON-Patch-OT version: 2.0.0
44
* (c) 2017 Tomek Wytrebowicz
55
* MIT license
66
*/

0 commit comments

Comments
 (0)