Change hastebin version

This commit is contained in:
Girish Ramakrishnan 2015-07-17 17:53:03 -07:00
parent 6b7f9e5b9a
commit 996f529cbb
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.3.0');
var manifest = appStore.getManifest('com.hastebin.cloudronapp', '0.1.1');
appId = cloudron.installApp(location, manifest);
});