Skip to content

Commit

Permalink
prepare 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Raymond authored and Anthony Raymond committed Dec 9, 2020
1 parent 70bbcb2 commit 7475d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/electron/updaters/joal-updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const CLIENT_FILES_DIR = path.join(ROOT_INSTALL_FOLDER, 'clients');
const TORRENTS_DIR = path.join(ROOT_INSTALL_FOLDER, 'torrents');
const ARCHIVED_TORRENTS_DIR = path.join(TORRENTS_DIR, 'archived');
const JOAL_CORE_VERSION_FILE = path.join(ROOT_INSTALL_FOLDER, '.joal-core');
const JOAL_CORE_VERSION = '2.1.23';
const JOAL_CORE_VERSION = '2.1.24';
const JAR_NAME = `jack-of-all-trades-${JOAL_CORE_VERSION}.jar`;
const DOWNLOAD_URL = `https://github.com/anthonyraymond/joal/releases/download/${JOAL_CORE_VERSION}/joal.tar.gz`;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joal-desktop",
"productName": "JoalDesktop",
"version": "2.0.5",
"version": "2.0.6",
"description": "A tool to fake your torrent tracker upload",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 7475d8d

Please sign in to comment.