Skip to content

Commit f236d2c

Browse files
committed
Updated version to v0.8.1
* Fixed another lftp parser error
1 parent 8437d7a commit f236d2c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

src/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seedsync",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"license": "Apache 2.0",
55
"scripts": {
66
"ng": "ng",

src/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
seedsync (0.8.1) stable; urgency=low
2+
3+
* Fixed another lftp parser error
4+
5+
-- Inderpreet Singh <[email protected]> Wed, 17 Jun 2020 23:40:16 -0700
6+
17
seedsync (0.8.0) stable; urgency=low
28

39
* Remote server disconnections no longer stop the app

src/e2e/tests/about.page.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ describe('Testing about page', () => {
1313
});
1414

1515
it('should have the right version', () => {
16-
expect(page.getVersion()).toEqual("v0.8.0");
16+
expect(page.getVersion()).toEqual("v0.8.1");
1717
});
1818
});

0 commit comments

Comments
 (0)