From 7475d8d28dcfe27cf4764759282e3e7dc8b68da5 Mon Sep 17 00:00:00 2001 From: Anthony Raymond Date: Wed, 9 Dec 2020 16:46:10 +0100 Subject: [PATCH] prepare 2.0.6 --- app/electron/updaters/joal-updater/index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/electron/updaters/joal-updater/index.js b/app/electron/updaters/joal-updater/index.js index 6fe2dc5..8efa40c 100644 --- a/app/electron/updaters/joal-updater/index.js +++ b/app/electron/updaters/joal-updater/index.js @@ -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`; diff --git a/package.json b/package.json index 419f3a1..982e05c 100644 --- a/package.json +++ b/package.json @@ -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\"",