Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalopitz committed Sep 21, 2021
1 parent 07b3399 commit df4c159
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -32,7 +32,7 @@ Find the latest .AppImage on the [release page](https://github.com/pascalopitz/u
You can right click it on Ubuntu, then under "Permissions" mark is as executable. ALternatively run:

```bash
chmod +x sonos-controller-unofficial-amd64-0.2.7.AppImage
chmod +x sonos-controller-unofficial-amd64-0.2.8.AppImage
```

After that it can be launched by double click or via invoking it through the terminal.
Expand All @@ -48,7 +48,7 @@ Type=Application
Categories=Audio;
Name=sonos-controller-unofficial
Icon=appimagekit-sonos-controller-unofficial
Exec="/home/username/Downloads/sonos-controller-unofficial-0.2.7.AppImage" %U
Exec="/home/username/Downloads/sonos-controller-unofficial-0.2.8.AppImage" %U
```

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

```bash
sudo dpkg -i sonos-controller-unofficial_0.2.7_amd64.deb
sudo dpkg -i sonos-controller-unofficial_0.2.8_amd64.deb
```

## and Run locally
Expand Down
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
@@ -1,7 +1,7 @@
{
"name": "sonos-controller-unofficial",
"description": "Unoffical sonos controller for linux.",
"version": "0.2.7",
"version": "0.2.8",
"author": "Pascal Opitz <contact@pascalopitz.com>",
"main": "main.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sonos-controller-unofficial",
"version": "0.2.7",
"version": "0.2.8",
"description": "Unoffical sonos controller for linux",
"main": "app/main.js",
"homepage": "http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/",
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: sonos-controller-unofficial # you probably want to 'snapcraft register <name>'
base: core18 # the base snap is the execution environment for this snap
version: '0.2.7' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.2.8' # just for humans, typically '1.2+git' or '1.3.2'
summary: Unofficial Sonos Controller for Linux # 79 char long summary
description: |
An Electron based app to control Sonos systems on Linux desktops.
Expand Down

0 comments on commit df4c159

Please sign in to comment.