Skip to content

Commit

Permalink
Changelist for Release v0.8.6
Browse files Browse the repository at this point in the history
* Fixed broken rar extraction in previous release
  • Loading branch information
ipsingh06 committed Dec 31, 2020
1 parent 747cb82 commit ff2a103
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
6 changes: 6 additions & 0 deletions src/debian/changelog
@@ -1,3 +1,9 @@
seedsync (0.8.6) stable; urgency=low

* Fixed broken rar extraction in previous release

-- Inderpreet Singh <inder@singhsnet.ca> 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
Expand Down
2 changes: 1 addition & 1 deletion src/e2e/tests/about.page.spec.ts
Expand Up @@ -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");
});
});

0 comments on commit ff2a103

Please sign in to comment.