diff --git a/jsondiff.coffee b/jsondiff.coffee index 1c2287a..a0cd99c 100644 --- a/jsondiff.coffee +++ b/jsondiff.coffee @@ -1,4 +1,4 @@ -# jsonpatch.js 0.3.2 +# jsonpatch.js 0.0.2 # (c) 2011-2013 Adam Griffiths # (c) 2011-2013 Byron Ruth # Original code started from https://gist.github.com/bruth/4715999 diff --git a/package.json b/package.json index 759f644..7059caa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json-diff-patch", "author": "Adam Griffiths", - "version": "0.0.1", + "version": "0.0.2", "description": "A JavaScript implementation of the JSON Media Type for partial modifications: http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-06", "license": "BSD", "keywords": [