From bd8b07f5327db7ebda375787193c760989ebea88 Mon Sep 17 00:00:00 2001 From: stratuma Date: Sat, 22 Jun 2024 23:02:17 +0200 Subject: [PATCH] changed version --- components/Settings/About.vue | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Settings/About.vue b/components/Settings/About.vue index 49c21b5..e8742e6 100644 --- a/components/Settings/About.vue +++ b/components/Settings/About.vue @@ -5,7 +5,7 @@ Crunchyroll
Downloader -
v1.2.1
+
v1.2.2
Made by Stratum
diff --git a/package.json b/package.json index 12205fc..b15f6e1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crunchyroll-downloader", "author": "Stratum", "description": "Crunchyroll Downloader", - "version": "1.2.1", + "version": "1.2.2", "private": true, "main": ".output/src/electron/background.js", "repository": "https://github.com/stratuma/Crunchyroll-Downloader-v4.0",