Skip to content

Commit 3a0b724

Browse files
committed
Bump version to 0.5
1 parent ff2788e commit 3a0b724

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ my_color1=123456
5050
my_color2=654321
5151
```
5252

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

5656
## Requirements
5757

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

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

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

9393
```
94-
pacman -U tuxedo-backlight-control-0.4-1.pkg.tar.xz
94+
pacman -U tuxedo-backlight-control-0.5-1.pkg.tar.xz
9595
```
9696
from the folder where you downloaded it.
9797

build/ARCH/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
pkgname=tuxedo-backlight-control
44
pkgrel=1
5-
pkgver=0.4
5+
pkgver=0.5
66
arch=('any')
77
license=('MIT')
88
url=https://github.com/webketje/tuxedo-backlight-control

build/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Source: tuxedo-backlight-control
22
Package: tuxedo-backlight-control
3-
Version: 0.4
3+
Version: 0.5
44
Maintainer: Kevin Van Lierde <[email protected]>
55
Architecture: all
66
Description: Tuxedo Backlight Ctrl

pack.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else
55
fi
66

77
pkg='tuxedo-backlight-control'
8-
ver='0.4'
8+
ver='0.5'
99
maintainer='Kevin Van Lierde <[email protected]>'
1010
url='https://github.com/webketje/tuxedo-backlight-control'
1111
prerm='../build/DEBIAN/prerm'

src/usr/share/tuxedo-backlight-control/help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

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

55
Usage:

0 commit comments

Comments
 (0)