Skip to content

Commit 814e571

Browse files
committed
0.6.4
1 parent 338d547 commit 814e571

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Create release
22
on:
33
push:
4-
branches: [ "main" ]
54
tags:
65
- '[0-9]+.[0-9]+.[0-9]+'
76
env:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
1313
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
1414
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY true)
1515

16-
project(vkhandybug VERSION "0.6.2")
16+
project(vkhandybug VERSION "0.6.4")
1717

1818
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/frontend/configure.h.in" "${CMAKE_CURRENT_SOURCE_DIR}/frontend/configure.h")
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Based on ImGui, GLFW/Vulkan, reasonably cross platform (Linux - GCC 12.1, Window
77
![](/assets/screen1.jpg)
88

99
# Binaries
10-
Latest Windows binaries and Linux AppImage can be found on the [releases](https://github.com/LLeny/VkHandybug/releases) page.
10+
Latest Windows binaries and Linux Flatpak can be found on the [releases](https://github.com/LLeny/VkHandybug/releases) page.
1111

1212
# Usage
1313
## First run

assets/io.github.lleny.vkhandybug.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<project_license>MIT</project_license>
1414
<developer_name>LLeny</developer_name>
1515
<releases>
16+
<release version="0.6.4" date="2023-06-09"/>
1617
<release version="0.6.2" date="2023-06-07"/>
1718
</releases>
1819
</component>

0 commit comments

Comments
 (0)