From 1c5630b7c9304ba44fc6a993e8ba7272912ce173 Mon Sep 17 00:00:00 2001 From: Diego Sampaio <chinello@gmail.com> Date: Fri, 21 Aug 2015 13:53:22 -0300 Subject: [PATCH] bump mobile app version --- mobile-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-config.js b/mobile-config.js index e8fc755e303..0bf104e3d88 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.1.3', + version: '0.1.4', name: 'Rocket.Chat', description: 'Rocket.Chat', author: 'Rocket.Chat Development Group', -- GitLab