Skip to content

Commit

Permalink
Release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed May 6, 2024
1 parent bc33e1f commit 6abc4ce
Show file tree
Hide file tree
Showing 2 changed files with 10 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.15.0.0 DESCRIPTION "Final Fantasy 7 Save Editor")
project( blackchocobo VERSION 1.15.1.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
9 changes: 9 additions & 0 deletions deploy/io.github.sithlord48.blackchocobo.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
</branding>
<content_rating type="oars-1.0" />
<releases>
<release version="1.15.1" date="2024-05-06" urgency="low">
<description>
<p>This stable Release fixes bugs and adds new features.</p>
<ul>
<li>Add: Editing of Battle Arena special wins</li>
</ul>
</description>
<url>https://github.com/sithlord48/blackchocobo/releases/tag/v1.15.1</url>
</release>
<release version="1.15.0" date="2023-12-26" urgency="high">
<description>
<p>This stable Release fixes bugs and adds new features.</p>
Expand Down

0 comments on commit 6abc4ce

Please sign in to comment.