diff --git a/src/angular/package.json b/src/angular/package.json index 3504086..b796ad1 100644 --- a/src/angular/package.json +++ b/src/angular/package.json @@ -1,6 +1,6 @@ { "name": "seedsync", - "version": "0.8.5", + "version": "0.8.6", "license": "Apache 2.0", "scripts": { "ng": "ng", diff --git a/src/debian/changelog b/src/debian/changelog index b2c7b28..2154667 100644 --- a/src/debian/changelog +++ b/src/debian/changelog @@ -1,3 +1,9 @@ +seedsync (0.8.6) stable; urgency=low + + * Fixed broken rar extraction in previous release + + -- Inderpreet Singh Wed, 30 Dec 2020 18:10:14 -0800 + seedsync (0.8.5) stable; urgency=low * Fixed errors caused by non-utf8 characters in file names diff --git a/src/e2e/tests/about.page.spec.ts b/src/e2e/tests/about.page.spec.ts index f3ef6a7..16c954b 100644 --- a/src/e2e/tests/about.page.spec.ts +++ b/src/e2e/tests/about.page.spec.ts @@ -13,6 +13,6 @@ describe('Testing about page', () => { }); it('should have the right version', () => { - expect(page.getVersion()).toEqual("v0.8.5"); + expect(page.getVersion()).toEqual("v0.8.6"); }); }); \ No newline at end of file