Skip to content

Commit

Permalink
Update to version 1.1.2 & update joal-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Sep 28, 2018
1 parent 3c23fd3 commit 32b68e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/java/joal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class JoalUpdater extends events.EventEmitter {
self.torrentsDir = path.join(self.joalDir, 'torrents');
self.archivedTorrentsDir = path.join(self.torrentsDir, 'archived');
self.joalCoreVersionFile = path.join(self.joalDir, '.joal-core');
self.joalCoreVersion = '2.1.6';
self.joalCoreVersion = '2.1.7';
self.jarName = `jack-of-all-trades-${self.joalCoreVersion}.jar`;
self.downloadUrl = `https://github.com/anthonyraymond/joal/releases/download/v${self.joalCoreVersion}/joal.tar.gz`;
}
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joal-desktop",
"productName": "JoalDesktop",
"version": "1.1.1",
"version": "1.1.2",
"description": "A tool to fake your torrent tracker upload.",
"main": "./main.prod.js",
"author": {
Expand Down

0 comments on commit 32b68e0

Please sign in to comment.