Skip to content

Commit

Permalink
Updated to version v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsingh06 committed May 31, 2020
1 parent f7093ea commit 74b02bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.7.0",
"version": "0.7.1",
"license": "Apache 2.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/angular/src/app/pages/about/about-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span><b>Seed</b>Sync</span>
</div>
<div id="version">v{{version}}</div>
<div id="copyright">Copyright © 2017-2018 Inderpreet Singh</div>
<div id="copyright">Copyright © 2017-2020 Inderpreet Singh</div>
<div id="github">
Source available on
<a target="_blank" href="https://github.com/ipsingh06/seedsync">Github</a>
Expand Down
10 changes: 9 additions & 1 deletion src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
seedsync (0.7.1) stable; urgency=low

* Support for Ubuntu 20.04 (debian package)
* Support for arbitrary host uid in Docker image
* Fixed some lftp parsing errors

-- Inderpreet Singh <[email protected]> Sat, 30 May 2020 23:26:59 -0700

seedsync (0.7.0) stable; urgency=low

* Fixed 100% CPU utilization when idle
Expand All @@ -23,7 +31,7 @@ seedsync (0.6.0) stable; urgency=low

-- Inderpreet Singh <[email protected]> Wed, 21 Mar 2018 19:38:14 -0700

seedsync (0.5-1) stable; urgency=low
seedsync (0.5.1) stable; urgency=low

* Added (hidden) setting to enable verbose logging
* Fixed LFTP timeout errors crashing the app
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.7.0");
expect(page.getVersion()).toEqual("v0.7.1");
});
});

0 comments on commit 74b02bd

Please sign in to comment.