Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LLeny committed Jun 8, 2023
1 parent 338d547 commit 814e571
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Create release
on:
push:
branches: [ "main" ]
tags:
- '[0-9]+.[0-9]+.[0-9]+'
env:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
set(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY true)

project(vkhandybug VERSION "0.6.2")
project(vkhandybug VERSION "0.6.4")

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Based on ImGui, GLFW/Vulkan, reasonably cross platform (Linux - GCC 12.1, Window
![](/assets/screen1.jpg)

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

# Usage
## First run
Expand Down
1 change: 1 addition & 0 deletions assets/io.github.lleny.vkhandybug.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<project_license>MIT</project_license>
<developer_name>LLeny</developer_name>
<releases>
<release version="0.6.4" date="2023-06-09"/>
<release version="0.6.2" date="2023-06-07"/>
</releases>
</component>

0 comments on commit 814e571

Please sign in to comment.