Skip to content

Commit

Permalink
0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miyconst committed Jul 10, 2015
1 parent bcac937 commit 78a7122
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-json-patch",
"version": "0.5.3",
"version": "0.5.4",
"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",
Expand Down
2 changes: 1 addition & 1 deletion dist/json-patch-duplex.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/json-patch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-json-patch",
"version": "0.5.3",
"version": "0.5.4",
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch-duplex.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* json-patch-duplex.js version: 0.5.3
* json-patch-duplex.js version: 0.5.4
* (c) 2013 Joachim Wester
* MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch-duplex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* json-patch-duplex.js version: 0.5.3
* json-patch-duplex.js version: 0.5.4
* (c) 2013 Joachim Wester
* MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* json-patch-duplex.js version: 0.5.3
* json-patch-duplex.js version: 0.5.4
* (c) 2013 Joachim Wester
* MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion src/json-patch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* json-patch-duplex.js version: 0.5.3
* json-patch-duplex.js version: 0.5.4
* (c) 2013 Joachim Wester
* MIT license
*/
Expand Down

0 comments on commit 78a7122

Please sign in to comment.