From b7f2cf0eedffd12c5f71b13a511592cf9e8791d4 Mon Sep 17 00:00:00 2001 From: zonetecde Date: Wed, 15 Jan 2025 22:32:33 +0100 Subject: [PATCH] v3.1 --- src-tauri/tauri.conf.json | 2 +- src/lib/ext/GlobalVariables.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 19ccfb5..58048c7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Quran Caption", - "version": "3.0.0" + "version": "3.1.0" }, "tauri": { "allowlist": { diff --git a/src/lib/ext/GlobalVariables.ts b/src/lib/ext/GlobalVariables.ts index c733b6e..2df096c 100644 --- a/src/lib/ext/GlobalVariables.ts +++ b/src/lib/ext/GlobalVariables.ts @@ -1,4 +1,4 @@ -export const SOFTWARE_VERSION = 'v3.0'; +export const SOFTWARE_VERSION = 'v3.1'; export const GITHUB_API_URL = 'https://api.github.com/repos/zonetecde/QuranCaption-2/releases/latest'; export const GITHUB_REPO_LINK = 'https://github.com/zonetecde/QuranCaption-2';