Skip to content

Commit

Permalink
Updated version to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsingh06 committed Jun 26, 2020
1 parent 8ed6c0a commit 9816ddf
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seedsync",
"version": "0.8.1",
"version": "0.8.2",
"license": "Apache 2.0",
"scripts": {
"ng": "ng",
Expand Down
6 changes: 6 additions & 0 deletions src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
seedsync (0.8.2) stable; urgency=low

* Fixed more lftp parser errors

-- Inderpreet Singh <inder@singhsnet.ca> Fri, 26 Jun 2020 15:27:43 -0700

seedsync (0.8.1) stable; urgency=low

* Fixed another lftp parser error
Expand Down
2 changes: 1 addition & 1 deletion src/e2e/tests/about.page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ describe('Testing about page', () => {
});

it('should have the right version', () => {
expect(page.getVersion()).toEqual("v0.8.1");
expect(page.getVersion()).toEqual("v0.8.2");
});
});

0 comments on commit 9816ddf

Please sign in to comment.