Skip to content

Commit

Permalink
Update joal-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Feb 13, 2019
1 parent 21b9f62 commit 43f1c0e
Showing 1 changed file with 1 addition and 1 deletion.
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.11';
const JOAL_CORE_VERSION = '2.1.12';
const JAR_NAME = `jack-of-all-trades-${JOAL_CORE_VERSION}.jar`;
const DOWNLOAD_URL = `https://github.com/anthonyraymond/joal/releases/download/v${JOAL_CORE_VERSION}/joal.tar.gz`;

Expand Down

0 comments on commit 43f1c0e

Please sign in to comment.