From 57fc3b62e24270ee59a4730fc18179113853c6d2 Mon Sep 17 00:00:00 2001 From: krishna Date: Tue, 15 Nov 2016 22:17:44 +0530 Subject: [PATCH] version change of comments plugin --- editable_comments_plugin/comments/src/model.js | 2 +- permanent_comments_plugin/comments/src/model.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'