diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5398a2b..4a61495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: pnpm install - name: Build and bundle theme into .asar - run: pnpm run build:rp + run: pnpm run build:asar - name: Release bundled asar, json, and theme.css uses: ncipollo/release-action@v1 diff --git a/manifest.json b/manifest.json index 3573324..ac6dbab 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "134142022092062720", "github": "Saltssaumure" }, - "version": "1.7.0", + "version": "1.7.1", "updater": { "type": "store", "id": "net.saltssaumure.NineX" diff --git a/package.json b/package.json index 647b637..b2682ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ninex-discord-theme", - "version": "1.7.0", + "version": "1.7.1", "description": "A Windows 95/98 style Discord theme.", "repository": "github:Saltssaumure/w9x-discord-theme", "author": "Saltssaumure ",