Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed May 19, 2019
1 parent c66f67c commit 0a6e8f5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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.3-1_amd64.deb
sudo dpkg -i tuxedo-backlight-control_0.4-1_amd64.deb
```
from the folder where you downloaded it.

Expand All @@ -79,7 +79,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.3-1.pkg.tar.xz
pacman -U tuxedo-backlight-control-0.4-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.3
pkgver=0.4
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.3
Version: 0.4
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.3'
ver='0.4'
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.3 - 2019-05-12
Tuxedo Backlight Control <tuxedo-backlight-control> - v0.4 - 2019-05-19
By Kevin Van Lierde <[email protected]>

Usage:
Expand Down

0 comments on commit 0a6e8f5

Please sign in to comment.