Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Dec 27, 2023
1 parent 5aed903 commit 80f15ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)

cmake_policy(SET CMP0010 NEW)

project( blackchocobo VERSION 1.14.0.0 DESCRIPTION "Final Fantasy 7 Save Editor")
project( blackchocobo VERSION 1.15.0.0 DESCRIPTION "Final Fantasy 7 Save Editor")
# Get the version from git if it's a git repository
IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
FIND_PACKAGE(Git)
Expand Down
10 changes: 10 additions & 0 deletions deploy/io.github.sithlord48.blackchocobo.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
</keywords>
<content_rating type="oars-1.0" />
<releases>
<release version="1.15.0" date="2023-12-26" urgency="high">
<description>
<p>This stable Release fixes bugs and adds new features.</p>
<ul>
<li>Update to Qt 6.6</li>
<li>Update to ff7tk 1.0.0</li>
</ul>
</description>
<url>https://github.com/sithlord48/blackchocobo/releases/tag/v1.15.0</url>
</release>
<release version="1.14.0" date="2023-03-16" urgency="high">
<description>
<p>This stable Release fixes bugs and adds new features.</p>
Expand Down

0 comments on commit 80f15ab

Please sign in to comment.