This commit is contained in:
2025-12-07 02:17:28 +03:00
parent 5a0e52fb9b
commit c61337de0a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25) cmake_minimum_required(VERSION 3.25)
project(clrsync VERSION 0.1.0 LANGUAGES CXX) project(clrsync VERSION 0.1.1 LANGUAGES CXX)
include(GNUInstallDirs) include(GNUInstallDirs)

View File

@@ -1,7 +1,7 @@
# Maintainer: Daniel Dada <dan@binarygoose.dev> # Maintainer: Daniel Dada <dan@binarygoose.dev>
pkgname=clrsync pkgname=clrsync
pkgver=0.1.0 pkgver=0.1.1
pkgrel=2 pkgrel=1
pkgdesc="Color scheme manager" pkgdesc="Color scheme manager"
arch=('x86_64') arch=('x86_64')
url="https://github.com/obsqrbtz/clrsync" url="https://github.com/obsqrbtz/clrsync"

View File

@@ -9,7 +9,7 @@ namespace clrsync::core
constexpr uint8_t VERSION_MAJOR = 0; constexpr uint8_t VERSION_MAJOR = 0;
constexpr uint8_t VERSION_MINOR = 1; constexpr uint8_t VERSION_MINOR = 1;
constexpr uint8_t VERSION_PATCH = 0; constexpr uint8_t VERSION_PATCH = 1;
const std::string version_string(); const std::string version_string();
} // namespace clrsync::core } // namespace clrsync::core