diff --git a/src/App/Project.hpp b/src/App/Project.hpp index f5d96de..6706227 100644 --- a/src/App/Project.hpp +++ b/src/App/Project.hpp @@ -12,5 +12,5 @@ constexpr auto Author = "psiberx"; constexpr auto NameW = L"ArchiveXL"; constexpr auto AuthorW = L"psiberx"; -constexpr auto Version = semver::from_string_noexcept("1.1.5").value(); +constexpr auto Version = semver::from_string_noexcept("1.1.4").value(); } diff --git a/xmake.lua b/xmake.lua index fb1dd36..6cffbb1 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,7 +1,7 @@ set_xmakever("2.5.9") set_project("ArchiveXL") -set_version("1.1.5") +set_version("1.1.4") set_arch("x64") set_languages("cxx20", "cxx2a")