Skip to content

Commit 9cb238e

Browse files
committed
Update to 1.6.0
1 parent d3cfe7a commit 9cb238e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
echo VITE_APP_DISCORD_CLIENT_ID=${{ secrets.DISCORD_CLIENT_ID }} >> .env
5151
cat .env
5252
53-
- name: Prebuild Electron
54-
run: node ${{ github.workspace }}/node_modules/vite-plugin-electron-renderer/install.js
55-
5653
- name: Release
5754
env:
5855
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "muffon",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Music streaming browser",
55
"homepage": "https://github.com/staniel359/muffon",
66
"bugs": {

0 commit comments

Comments
 (0)