Skip to content

Commit fd0dc9c

Browse files
committed
3.0.0-0
1 parent dd22f05 commit fd0dc9c

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": "2.0.0",
3+
"version": "3.0.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": "2.0.0",
3+
"version": "3.0.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
"type": "module",

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: 2.0.0
3+
* JSON-Patch-OT version: 3.0.0-0
44
* (c) 2017 Tomek Wytrebowicz
55
* MIT license
66
*/

0 commit comments

Comments
 (0)