Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero committed Mar 9, 2017
1 parent 61992ac commit a2aa1f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch-ot.js
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down

0 comments on commit a2aa1f8

Please sign in to comment.