diff --git a/manifests/scoop/amethyst.json b/manifests/scoop/amethyst.json index a35d5725..f866b32d 100644 --- a/manifests/scoop/amethyst.json +++ b/manifests/scoop/amethyst.json @@ -1,23 +1,23 @@ { - "version": "1.8.46", + "version": "1.8.48", "description": "Amethyst is an Electron-based audio player with a node-based audio routing system, the main goal of this project is to make a music player in Typescript that has pro-level features as most DAWs / DAEs, while also providing useful tools and customizability to the end-user to deal with audio.", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.46/Amethyst-Setup-1.8.46.exe", + "url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.48/Amethyst-Setup-1.8.48.exe", "extract_dir": "Files\\Amethyst" }, "32bit": { - "url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.46/Amethyst-Setup-1.8.46.exe", + "url": "https://github.com/Geoxor/Amethyst/releases/download/v1.8.48/Amethyst-Setup-1.8.48.exe", "extract_dir": "Files\\Amethyst" } }, "pre_install": [ - "Invoke-ExternalCommand \"$dir\\Amethyst-Setup-1.8.46.exe\" | Out-Null", + "Invoke-ExternalCommand \"$dir\\Amethyst-Setup-1.8.48.exe\" | Out-Null", "info 'Amethyst has been installed'" ], "post_install": [ - "Remove-Item \"$dir\\Amethyst-Setup-1.8.46.exe\"" + "Remove-Item \"$dir\\Amethyst-Setup-1.8.48.exe\"" ], "uninstaller": { "script": "Invoke-ExternalCommand \"C:\\Users\\$env:username\\AppData\\Local\\Programs\\amethyst\\Uninstall Amethyst.exe\" | Out-Null" diff --git a/manifests/winget/Geoxor.Amethyst.installer.yaml b/manifests/winget/Geoxor.Amethyst.installer.yaml index 90ec6ba7..1f419f09 100644 --- a/manifests/winget/Geoxor.Amethyst.installer.yaml +++ b/manifests/winget/Geoxor.Amethyst.installer.yaml @@ -4,15 +4,15 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json PackageIdentifier: Geoxor.Amethyst -PackageVersion: 1.8.46 +PackageVersion: 1.8.48 Installers: - Architecture: x64 InstallerType: nullsoft - InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.46/Amethyst-Setup-1.8.46.exe + InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.48/Amethyst-Setup-1.8.48.exe InstallerSha256: 7F973E9B821B772C6DF0362C5DB37899E556823BDB1ACB7CBF1F42868159AD26 - Architecture: x32 InstallerType: nullsoft - InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.46/Amethyst-Setup-1.8.46.exe + InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.8.48/Amethyst-Setup-1.8.48.exe InstallerSha256: 7F973E9B821B772C6DF0362C5DB37899E556823BDB1ACB7CBF1F42868159AD26 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/package.json b/package.json index 120e72db..4a8295ea 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "amethyst", "author": "Geoxor ", "productName": "Amethyst", - "version": "1.8.46", + "version": "1.8.48", "main": "./release/dist/main/main.js", "licenses": [ {