bump haste version
This commit is contained in:
parent
b95951937a
commit
228d9365a7
@ -67,7 +67,7 @@ describe('Appstore new user flow', function () {
|
|||||||
|
|
||||||
var location = 'haste' + (Math.random() * 10000).toFixed();
|
var location = 'haste' + (Math.random() * 10000).toFixed();
|
||||||
it('can install app', function () {
|
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);
|
appId = cloudron.installApp(location, manifest);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user