Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Nov 28, 2014
1 parent 971b3bf commit c6cbb25
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 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.4.1",
"version": "0.5.0",
"homepage": "https://github.com/Starcounter-Jack/Fast-JSON-Patch",
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
"main": "src/json-patch.js",
Expand Down
5 changes: 3 additions & 2 deletions dist/json-patch-duplex.min.js

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

5 changes: 3 additions & 2 deletions 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.4.1",
"version": "0.5.0",
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
"homepage": "https://github.com/Starcounter-Jack/Fast-JSON-Patch",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion src/json-patch-duplex.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*!
* json-patch-duplex.js 0.4.1
* https://github.com/Starcounter-Jack/Fast-JSON-Patch
* json-patch-duplex.js 0.5.0
* (c) 2013 Joachim Wester
* MIT license
*/
Expand Down
3 changes: 2 additions & 1 deletion src/json-patch-duplex.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*!
* json-patch-duplex.js 0.4.1
* https://github.com/Starcounter-Jack/Fast-JSON-Patch
* json-patch-duplex.js 0.5.0
* (c) 2013 Joachim Wester
* MIT license
*/
Expand Down

0 comments on commit c6cbb25

Please sign in to comment.