diff --git a/app/components/views/about.tsx b/app/components/views/about.tsx index 874125d..74d9016 100644 --- a/app/components/views/about.tsx +++ b/app/components/views/about.tsx @@ -20,7 +20,7 @@ export default function About() { />
-

Media Downloader v0.8.0 by Gaël Jacquin

+

Media Downloader v0.8.1 by Gaël Jacquin

Released under the GNU General Public License v3.0

diff --git a/package.json b/package.json index 7c4dc0a..722bf3c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "Media Downloader", "description": "GUI for yt-dlp", "author": "Gaël Jacquin", - "version": "0.8.0", + "version": "0.8.1", "scripts": { "dev": "next dev", "build": "next build", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 2b327c4..c996568 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -64,7 +64,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "app" -version = "0.8.0" +version = "0.8.1" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f8324a9..6dffb12 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "0.8.0" +version = "0.8.1" description = "Media Downloader: GUI for yt-dlp" authors = ["Gaël Jacquin"] license = "GNU General Public License v3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5751443..ce0f44a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Media Downloader", - "version": "0.8.0" + "version": "0.8.1" }, "tauri": { "allowlist": {