Skip to content

Commit 0a6e8f5

Browse files
committed
Bump version to 0.4
1 parent c66f67c commit 0a6e8f5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Follow the instructions at [tuxedo-keyboard under the section "The DKMS route"](
7070

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

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

8181
```
82-
pacman -U tuxedo-backlight-control-0.3-1.pkg.tar.xz
82+
pacman -U tuxedo-backlight-control-0.4-1.pkg.tar.xz
8383
```
8484
from the folder where you downloaded it.
8585

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.3
5+
pkgver=0.4
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.3
3+
Version: 0.4
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.3'
8+
ver='0.4'
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.3 - 2019-05-12
2+
Tuxedo Backlight Control <tuxedo-backlight-control> - v0.4 - 2019-05-19
33
By Kevin Van Lierde <[email protected]>
44

55
Usage:

0 commit comments

Comments
 (0)