From abcd3b491528066211d6758002a1f73e5f4d4555 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 29 Jun 2015 00:20:38 -0700 Subject: [PATCH] Update hastebin version --- test/new-user-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new-user-test.js b/test/new-user-test.js index 569e33a..03cb5ee 100644 --- a/test/new-user-test.js +++ b/test/new-user-test.js @@ -70,7 +70,7 @@ describe('Appstore new user flow', function () { var location = 'haste' + (Math.random() * 10000).toFixed(); it('can install app', function () { - var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.1.0'); + var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.3.0'); appId = cloudron.installApp(location, manifest); });