Skip to content

Commit 2489aae

Browse files
committed
Bump version to force fresh artefact publishing
1 parent 7cd6c68 commit 2489aae

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

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

3434
```bash
35-
chmod +x sonos-controller-unofficial-amd64-0.3.0-alpha1.AppImage
35+
chmod +x sonos-controller-unofficial-amd64-0.3.0-alpha2.AppImage
3636
```
3737

3838
After that it can be launched by double click or via invoking it through the terminal.
@@ -48,7 +48,7 @@ Type=Application
4848
Categories=Audio;
4949
Name=sonos-controller-unofficial
5050
Icon=appimagekit-sonos-controller-unofficial
51-
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.0-alpha1.AppImage" %U
51+
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.0-alpha2.AppImage" %U
5252
```
5353

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

5959
```bash
60-
sudo dpkg -i sonos-controller-unofficial_0.3.0-alpha1_amd64.deb
60+
sudo dpkg -i sonos-controller-unofficial_0.3.0-alpha2_amd64.deb
6161
```
6262

6363
## and Run locally

app/package-lock.json

Lines changed: 2 additions & 2 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-alpha1",
4+
"version": "0.3.0-alpha2",
55
"author": "Pascal Opitz <[email protected]>",
66
"main": "main.js",
77
"dependencies": {

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sonos-controller-unofficial",
3-
"version": "0.3.0-alpha1",
3+
"version": "0.3.0-alpha2",
44
"description": "Unoffical sonos controller for linux",
55
"main": "app/main.js",
66
"homepage": "http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/",

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sonos-controller-unofficial # you probably want to 'snapcraft register <name>'
22
base: core18 # the base snap is the execution environment for this snap
3-
version: '0.3.0-alpha1' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '0.3.0-alpha2' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: Unofficial Sonos Controller for Linux # 79 char long summary
55
description: |
66
An Electron based app to control Sonos systems on Linux desktops.

0 commit comments

Comments
 (0)