diff --git a/CMakeLists.txt b/CMakeLists.txt index a9c79ce..b919e66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16) -project(kareer VERSION 0.1.5 LANGUAGES CXX) +project(kareer VERSION 0.1.6 LANGUAGES CXX) set(REQUIRED_QT_VERSION 6.6.0) set(REQUIRED_KF_VERSION 6.5.0) diff --git a/io.github.toservetheking.Kareer.metainfo.xml b/io.github.toservetheking.Kareer.metainfo.xml index 200f04c..c642ab7 100644 --- a/io.github.toservetheking.Kareer.metainfo.xml +++ b/io.github.toservetheking.Kareer.metainfo.xml @@ -65,6 +65,14 @@ + + + Ships everything listed for 0.1.5, which was never published because its build failed. + + Fix the new app icon not being recognised by software centers, which stopped the Flatpak from building + + + diff --git a/io.github.toservetheking.Kareer.yml b/io.github.toservetheking.Kareer.yml index fcccfc7..d6bf8de 100644 --- a/io.github.toservetheking.Kareer.yml +++ b/io.github.toservetheking.Kareer.yml @@ -39,5 +39,5 @@ modules: # For Flathub / release builds, pin to a tag AND commit instead: # - type: git # url: https://github.com/toservetheking/Kareer.git - # tag: v0.1.5 + # tag: v0.1.6 # commit:
Ships everything listed for 0.1.5, which was never published because its build failed.