From f3e842d7d2d1439267545f6e6d78e5d61da7f2f1 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Wed, 4 Feb 2026 00:38:26 +0300 Subject: [PATCH] bump ver --- AUR/PKGBUILD | 2 +- CMakeLists.txt | 2 +- VERSION | 2 +- src/core/common/version.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUR/PKGBUILD b/AUR/PKGBUILD index 858ea56..fc27104 100644 --- a/AUR/PKGBUILD +++ b/AUR/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Daniel Dada pkgname=clrsync -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="Color scheme manager" arch=('x86_64') diff --git a/CMakeLists.txt b/CMakeLists.txt index e628dac..b69bde5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(clrsync VERSION 1.1.0 LANGUAGES CXX) +project(clrsync VERSION 1.1.1 LANGUAGES CXX) include(GNUInstallDirs) diff --git a/VERSION b/VERSION index 9084fa2..524cb55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.1.1 diff --git a/src/core/common/version.hpp b/src/core/common/version.hpp index 9248290..3af0f44 100644 --- a/src/core/common/version.hpp +++ b/src/core/common/version.hpp @@ -6,7 +6,7 @@ namespace clrsync::core { -const std::string GIT_SEMVER = "1.1.1+git.g6badab9"; +const std::string GIT_SEMVER = "1.1.1+git.g87406dc"; const std::string version_string(); } // namespace clrsync::core