Skip to content

Commit 466aaa8

Browse files
committed
Bump verssion, remove SNAP
1 parent 50dcb84 commit 466aaa8

File tree

9 files changed

+153
-98
lines changed

9 files changed

+153
-98
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
with:
2020
node-version: 14
2121

22-
- name: Install Snapcraft
23-
uses: samuelmeuli/action-snapcraft@v1
24-
# Only install Snapcraft on Ubuntu
25-
if: startsWith(matrix.os, 'ubuntu')
26-
with:
27-
# Log in to Snap Store
28-
snapcraft_token: ${{ secrets.snapcraft_token }}
29-
3022
- name: Install RPM
3123
run: sudo apt install -y rpm
3224
if: startsWith(matrix.os, 'ubuntu')

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Find the latest .AppImage on the [release page](https://github.com/pascalopitz/u
3636
You can right click it on Ubuntu, then under "Permissions" mark is as executable. ALternatively run:
3737

3838
```bash
39-
chmod +x sonos-controller-unofficial-amd64-0.3.0-alpha5.AppImage
39+
chmod +x sonos-controller-unofficial-amd64-0.3.0.AppImage
4040
```
4141

4242
After that it can be launched by double click or via invoking it through the terminal.
@@ -52,7 +52,7 @@ Type=Application
5252
Categories=Audio;
5353
Name=sonos-controller-unofficial
5454
Icon=appimagekit-sonos-controller-unofficial
55-
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.0-alpha5.AppImage" %U
55+
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.0.AppImage" %U
5656
```
5757

5858
## Install via .deb file
@@ -61,7 +61,7 @@ Find the latest .deb on the [release page](https://github.com/pascalopitz/unoffi
6161
On Ubuntu, you can double click the downloaded file to install it via the Software Center. Alternatively run
6262

6363
```bash
64-
sudo dpkg -i sonos-controller-unofficial_0.3.0-alpha5_amd64.deb
64+
sudo dpkg -i sonos-controller-unofficial_0.3.0_amd64.deb
6565
```
6666

6767
## and Run locally

app/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sonos-controller-unofficial",
33
"description": "Unoffical sonos controller for linux.",
4-
"version": "0.3.0-alpha5",
4+
"version": "0.3.0",
55
"author": "Pascal Opitz <[email protected]>",
66
"main": "main.js",
77
"dependencies": {

app/ui.js.LICENSE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ object-assign
3737
* LICENSE file in the root directory of this source tree.
3838
*/
3939

40+
/** @license React v17.0.2
41+
* react-jsx-runtime.production.min.js
42+
*
43+
* Copyright (c) Facebook, Inc. and its affiliates.
44+
*
45+
* This source code is licensed under the MIT license found in the
46+
* LICENSE file in the root directory of this source tree.
47+
*/
48+
4049
/** @license React v17.0.2
4150
* react.production.min.js
4251
*

package-lock.json

Lines changed: 112 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)