Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Jun 17, 2019
1 parent ff2788e commit 3a0b724
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ my_color1=123456
my_color2=654321
```

The colors added here will be usable both in the CLI, and appear in the UI. They should be valid HEX colors,
the keys can only contain alphanumeric characters.
The colors added here will be usable both in the CLI, and appear in the color dropdown in the UI.
The values should be valid HEX colors, the keys can only contain alphanumeric characters.

## Requirements

Expand Down Expand Up @@ -82,7 +82,7 @@ Follow the instructions at [tuxedo-keyboard under the section "The DKMS route"](

Download and double-click the `.deb` package from the [releases](https://github.com/webketje/tuxedo-backlight-control/releases/latest), or run
```
sudo dpkg -i tuxedo-backlight-control_0.4-1_amd64.deb
sudo dpkg -i tuxedo-backlight-control_0.5-1_amd64.deb
```
from the folder where you downloaded it.

Expand All @@ -91,7 +91,7 @@ from the folder where you downloaded it.
Download the `.pkg.tar.xz` package from the [releases](https://github.com/webketje/tuxedo-backlight-control/releases/latest), and run

```
pacman -U tuxedo-backlight-control-0.4-1.pkg.tar.xz
pacman -U tuxedo-backlight-control-0.5-1.pkg.tar.xz
```
from the folder where you downloaded it.

Expand Down
2 changes: 1 addition & 1 deletion build/ARCH/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=tuxedo-backlight-control
pkgrel=1
pkgver=0.4
pkgver=0.5
arch=('any')
license=('MIT')
url=https://github.com/webketje/tuxedo-backlight-control
Expand Down
2 changes: 1 addition & 1 deletion build/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: tuxedo-backlight-control
Package: tuxedo-backlight-control
Version: 0.4
Version: 0.5
Maintainer: Kevin Van Lierde <[email protected]>
Architecture: all
Description: Tuxedo Backlight Ctrl
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else
fi

pkg='tuxedo-backlight-control'
ver='0.4'
ver='0.5'
maintainer='Kevin Van Lierde <[email protected]>'
url='https://github.com/webketje/tuxedo-backlight-control'
prerm='../build/DEBIAN/prerm'
Expand Down
2 changes: 1 addition & 1 deletion src/usr/share/tuxedo-backlight-control/help.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Tuxedo Backlight Control <tuxedo-backlight-control> - v0.4 - 2019-05-19
Tuxedo Backlight Control <tuxedo-backlight-control> - v0.5 - 2019-06-18
By Kevin Van Lierde <[email protected]>

Usage:
Expand Down

0 comments on commit 3a0b724

Please sign in to comment.