Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Apr 20, 2022
1 parent 6857a6b commit ffbb41b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
v1.6.1 (2022-4-19)
- Windows: Disable system DPI scaling

v1.6 (2022-4-2)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.18)
project("Flex Launcher"
LANGUAGES C
VERSION "1.6"
VERSION "1.6.1"
DESCRIPTION "Customizable HTPC Application Launcher"
HOMEPAGE_URL "https://github.com/complexlogic/flex-launcher")
set(EXECUTABLE_TITLE "flex-launcher")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ Binary packages are available on the [release page](https://github.com/complexlo
#### APT-based x86-64 Distributions (Debian, Ubuntu, etc.)
This package is compatible with Debian Bullseye and later, Ubuntu 21.04 and later.
```
VERSION=1.6
VERSION=1.6.1
wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher_${VERSION}_amd64.deb
sudo apt install ./flex-launcher_${VERSION}_amd64.deb
```
#### Pacman-based x86-64 Distributions (Arch, Manjaro, etc.)
```
VERSION=1.6
VERSION=1.6.1
wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher-${VERSION}-1-x86_64.pkg.tar.zst
sudo pacman -U flex-launcher-${VERSION}-1-x86_64.pkg.tar.zst
```
#### Raspberry Pi
This package is compatible with Raspbian Bullseye and later.
```
VERSION=1.6
VERSION=1.6.1
wget https://github.com/complexlogic/flex-launcher/releases/download/v${VERSION}/flex-launcher_${VERSION}_armhf.deb
sudo apt install ./flex-launcher_${VERSION}_armhf.deb
```
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A customizable HTPC application launcher and front-end interface
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: complexlogic
repository: complexlogic/flex-launcher
launcher_version: 1.6
launcher_version: 1.6.1

# Build settings
remote_theme: pages-themes/[email protected]
Expand Down

0 comments on commit ffbb41b

Please sign in to comment.