diff --git a/editable_comments_plugin/comments/src/model.js b/editable_comments_plugin/comments/src/model.js index 6adf6fc..4577909 100644 --- a/editable_comments_plugin/comments/src/model.js +++ b/editable_comments_plugin/comments/src/model.js @@ -12,7 +12,7 @@ this.appInfo = { name: window.location.host, id: 'tutorial.maidsafe.net', - version: '0.1.0', + version: '0.1.1', vendor: 'maidsafe', permissions: [ 'LOW_LEVEL_API' diff --git a/permanent_comments_plugin/comments/src/model.js b/permanent_comments_plugin/comments/src/model.js index 7ab8ef7..1b21292 100644 --- a/permanent_comments_plugin/comments/src/model.js +++ b/permanent_comments_plugin/comments/src/model.js @@ -12,7 +12,7 @@ this.appInfo = { name: window.location.host, id: 'tutorial.maidsafe.net', - version: '0.2.0', + version: '0.2.1', vendor: 'maidsafe', permissions: [ 'LOW_LEVEL_API'