bump version

This commit is contained in:
2026-01-12 14:45:10 +03:00
parent 9803f4948b
commit a813b7f6c9
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Daniel Dada <dan@binarygoose.dev> # Maintainer: Daniel Dada <dan@binarygoose.dev>
pkgname=clrsync pkgname=clrsync
pkgver=1.0.1 pkgver=1.0.2
pkgrel=1 pkgrel=1
pkgdesc="Color scheme manager" pkgdesc="Color scheme manager"
arch=('x86_64') arch=('x86_64')

View File

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

View File

@@ -1 +1 @@
1.0.1 1.0.2

View File

@@ -6,7 +6,7 @@
namespace clrsync::core namespace clrsync::core
{ {
const std::string GIT_SEMVER = "1.0.1+git.gd722499"; const std::string GIT_SEMVER = "1.0.1+git.g9803f49";
const std::string version_string(); const std::string version_string();
} // namespace clrsync::core } // namespace clrsync::core