diff --git a/manifests/aur/.SRCINFO b/manifests/aur/.SRCINFO index 134602a7..b550ea8c 100644 --- a/manifests/aur/.SRCINFO +++ b/manifests/aur/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = amethyst-player pkgdesc = 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. -pkgver = 1.9.12 +pkgver = 1.9.13 pkgrel = 1 url = https://github.com/Geoxor/amethyst arch = x86_64 @@ -11,7 +11,7 @@ makedepends = git makedepends = gendesk makedepends = yarn makedepends = libxcrypt-compat -source = git+https://github.com/Geoxor/amethyst/#tag=v1.9.12 +source = git+https://github.com/Geoxor/amethyst/#tag=v1.9.13 md5sums = SKIP pkgname = amethyst-player diff --git a/manifests/aur/PKGBUILD b/manifests/aur/PKGBUILD index 7fb34122..12697b99 100644 --- a/manifests/aur/PKGBUILD +++ b/manifests/aur/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Geoxor appname=amethyst pkgname=$appname-player -pkgver=1.9.12 +pkgver=1.9.13 pkgrel=1 pkgdesc="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." arch=('x86_64') diff --git a/manifests/scoop/amethyst.json b/manifests/scoop/amethyst.json index b8627cc9..c4e65a84 100644 --- a/manifests/scoop/amethyst.json +++ b/manifests/scoop/amethyst.json @@ -1,23 +1,23 @@ { - "version": "1.9.12", + "version": "1.9.13", "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.9.12/Amethyst-Setup-1.9.12.exe", + "url": "https://github.com/Geoxor/Amethyst/releases/download/v1.9.13/Amethyst-Setup-1.9.13.exe", "extract_dir": "Files\\Amethyst" }, "32bit": { - "url": "https://github.com/Geoxor/Amethyst/releases/download/v1.9.12/Amethyst-Setup-1.9.12.exe", + "url": "https://github.com/Geoxor/Amethyst/releases/download/v1.9.13/Amethyst-Setup-1.9.13.exe", "extract_dir": "Files\\Amethyst" } }, "pre_install": [ - "Invoke-ExternalCommand \"$dir\\Amethyst-Setup-1.9.12.exe\" | Out-Null", + "Invoke-ExternalCommand \"$dir\\Amethyst-Setup-1.9.13.exe\" | Out-Null", "info 'Amethyst has been installed'" ], "post_install": [ - "Remove-Item \"$dir\\Amethyst-Setup-1.9.12.exe\"" + "Remove-Item \"$dir\\Amethyst-Setup-1.9.13.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 b8b21125..3401041c 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.9.12 +PackageVersion: 1.9.13 Installers: - Architecture: x64 InstallerType: nullsoft - InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.9.12/Amethyst-Setup-1.9.12.exe + InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.9.13/Amethyst-Setup-1.9.13.exe InstallerSha256: 7F973E9B821B772C6DF0362C5DB37899E556823BDB1ACB7CBF1F42868159AD26 - Architecture: x32 InstallerType: nullsoft - InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.9.12/Amethyst-Setup-1.9.12.exe + InstallerUrl: https://github.com/Geoxor/Amethyst/releases/download/v1.9.13/Amethyst-Setup-1.9.13.exe InstallerSha256: 7F973E9B821B772C6DF0362C5DB37899E556823BDB1ACB7CBF1F42868159AD26 ManifestType: installer ManifestVersion: 1.1.0 diff --git a/manifests/winget/Geoxor.Amethyst.locale.en-US.yaml b/manifests/winget/Geoxor.Amethyst.locale.en-US.yaml index 9b1da8ce..a3b59874 100644 --- a/manifests/winget/Geoxor.Amethyst.locale.en-US.yaml +++ b/manifests/winget/Geoxor.Amethyst.locale.en-US.yaml @@ -4,7 +4,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.1.0.schema.json PackageIdentifier: Geoxor.Amethyst -PackageVersion: 1.9.12 +PackageVersion: 1.9.13 PackageLocale: en-US Publisher: Geoxor PackageName: Amethyst diff --git a/manifests/winget/Geoxor.Amethyst.yaml b/manifests/winget/Geoxor.Amethyst.yaml index fa04962e..b76ddb48 100644 --- a/manifests/winget/Geoxor.Amethyst.yaml +++ b/manifests/winget/Geoxor.Amethyst.yaml @@ -4,7 +4,7 @@ # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.1.0.schema.json PackageIdentifier: Geoxor.Amethyst -PackageVersion: 1.9.12 +PackageVersion: 1.9.13 DefaultLocale: en-US ManifestType: version ManifestVersion: 1.1.0 diff --git a/package.json b/package.json index 5b3c0b2d..6f9db554 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "amethyst", "author": "Geoxor ", "productName": "Amethyst", - "version": "1.9.12", + "version": "1.9.13", "main": "./release/dist/main/main.js", "licenses": [ {