changed auto updater repo and version

This commit is contained in:
stratuma 2024-06-23 19:51:50 +02:00
parent 77ed67de86
commit 985916fac5
2 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@
Crunchyroll <br />
Downloader
</div>
<div class="text-sm mt-1 text-gray-200"> v1.2.2 </div>
<div class="absolute right-0 bottom-0 text-xs text-gray-200"> Made by Stratum </div>
<div class="text-sm mt-1 text-gray-200"> v1.2.3 </div>
<div class="absolute right-0 bottom-0 text-xs text-gray-200"> Made by OpenSTDL </div>
</div>
</template>

View File

@ -1,11 +1,11 @@
{
"name": "crunchyroll-downloader",
"author": "Stratum",
"name": "crunchydl",
"author": "OpenSTDL",
"description": "Crunchyroll Downloader",
"version": "1.2.2",
"version": "1.2.3",
"private": true,
"main": ".output/src/electron/background.js",
"repository": "https://github.com/stratuma/Crunchyroll-Downloader-v4.0",
"repository": "https://github.com/OpenSTDL/CrunchyDL",
"scripts": {
"dev": "nuxt dev -o",
"build": "nuxt generate",