bump haste version

This commit is contained in:
girish@cloudron.io 2016-01-26 13:15:05 -08:00
parent b95951937a
commit 228d9365a7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,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.1');
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.3.0');
appId = cloudron.installApp(location, manifest);
});