diff --git a/AUR/PKGBUILD b/AUR/PKGBUILD index e6e24fb..7c1eb68 100644 --- a/AUR/PKGBUILD +++ b/AUR/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Daniel Dada pkgname=clrsync -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc="Color scheme manager" arch=('x86_64') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1173adb..41406f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(clrsync VERSION 0.1.5 LANGUAGES CXX) +project(clrsync VERSION 0.1.6 LANGUAGES CXX) include(GNUInstallDirs) diff --git a/VERSION b/VERSION index 9faa1b7..c946ee6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.5 +0.1.6 diff --git a/src/core/version.hpp b/src/core/version.hpp index 730ecd7..3bc6207 100644 --- a/src/core/version.hpp +++ b/src/core/version.hpp @@ -6,7 +6,7 @@ namespace clrsync::core { -const std::string GIT_SEMVER = "0.1.5+git.g4c0502d"; +const std::string GIT_SEMVER = "0.1.5+git.gd4ff415"; const std::string version_string(); } // namespace clrsync::core