diff --git a/app/chrome/manifest.json b/app/chrome/manifest.json index d89876f..da11f5a 100644 --- a/app/chrome/manifest.json +++ b/app/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "JSON Editor", - "version": "2.0.1", + "version": "2.0.2", "description": "JSON Editor is a tool to view, edit, and format JSON. It shows your data in an editable treeview and in formatted plain text.", "app": { "urls": [ diff --git a/app/web/app.js b/app/web/app.js index db54650..be58255 100644 --- a/app/web/app.js +++ b/app/web/app.js @@ -26,7 +26,7 @@ * Copyright (C) 2011-2013 Jos de Jong, http://jsoneditoronline.org * * @author Jos de Jong, - * @date 2013-02-21 + * @date 2013-02-26 */ diff --git a/app/web/index.html b/app/web/index.html index 7368dea..a3065ae 100644 --- a/app/web/index.html +++ b/app/web/index.html @@ -37,7 +37,7 @@ Copyright (C) 2011-2013 Jos de Jong, http://jsoneditoronline.org @author Jos de Jong, - @date 2013-02-21 + @date 2013-02-26 --> @@ -152,7 +152,7 @@