From 3c3f454c597e955c3200d9816e8d0f7dea22513c Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento <rodrigoknascimento@gmail.com> Date: Fri, 14 Aug 2015 18:02:33 -0300 Subject: [PATCH] Update version of mobile to 0.1.3 --- mobile-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-config.js b/mobile-config.js index af52bdf3514..e8fc755e303 100644 --- a/mobile-config.js +++ b/mobile-config.js @@ -2,7 +2,7 @@ // the entire section is optional. App.info({ id: 'com.konecty.rocket.chat', - version: '0.0.2', + version: '0.1.3', name: 'Rocket.Chat', description: 'Rocket.Chat', author: 'Rocket.Chat Development Group', -- GitLab