Update hastebin version

This commit is contained in:
Girish Ramakrishnan 2015-06-29 00:20:38 -07:00
parent 4c455f5d3a
commit abcd3b4915
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});