From fd22b09e4d9d9a7af1d8d622b238dc8c01e63f95 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 24 Aug 2015 11:59:15 -0700 Subject: [PATCH] Bump test app version --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 9ec8b41..5e761aa 100644 --- a/common.js +++ b/common.js @@ -5,7 +5,7 @@ var path = require('path'), exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', - TESTAPP_VERSION : '1.0.2', + TESTAPP_VERSION : '1.0.3', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,