Skip to content

Commit ffbb41b

Browse files
committed
Bump version to 1.6.1
1 parent 6857a6b commit ffbb41b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Unreleased
1+
v1.6.1 (2022-4-19)
22
- Windows: Disable system DPI scaling
33

44
v1.6 (2022-4-2)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.18)
33
project("Flex Launcher"
44
LANGUAGES C
5-
VERSION "1.6"
5+
VERSION "1.6.1"
66
DESCRIPTION "Customizable HTPC Application Launcher"
77
HOMEPAGE_URL "https://github.com/complexlogic/flex-launcher")
88
set(EXECUTABLE_TITLE "flex-launcher")

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ Binary packages are available on the [release page](https://github.com/complexlo
5454
#### APT-based x86-64 Distributions (Debian, Ubuntu, etc.)
5555
This package is compatible with Debian Bullseye and later, Ubuntu 21.04 and later.
5656
```
57-
VERSION=1.6
57+
VERSION=1.6.1
5858
wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher_${VERSION}_amd64.deb
5959
sudo apt install ./flex-launcher_${VERSION}_amd64.deb
6060
```
6161
#### Pacman-based x86-64 Distributions (Arch, Manjaro, etc.)
6262
```
63-
VERSION=1.6
63+
VERSION=1.6.1
6464
wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher-${VERSION}-1-x86_64.pkg.tar.zst
6565
sudo pacman -U flex-launcher-${VERSION}-1-x86_64.pkg.tar.zst
6666
```
6767
#### Raspberry Pi
6868
This package is compatible with Raspbian Bullseye and later.
6969
```
70-
VERSION=1.6
70+
VERSION=1.6.1
7171
wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher_${VERSION}_armhf.deb
7272
sudo apt install ./flex-launcher_${VERSION}_armhf.deb
7373
```

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A customizable HTPC application launcher and front-end interface
33
url: "" # the base hostname & protocol for your site, e.g. http://example.com
44
github_username: complexlogic
55
repository: complexlogic/flex-launcher
6-
launcher_version: 1.6
6+
launcher_version: 1.6.1
77

88
# Build settings
99
remote_theme: pages-themes/slate@v0.2.0

0 commit comments

Comments
 (0)