This commit is contained in:
2026-02-04 00:38:26 +03:00
parent 87406dc8dd
commit f3e842d7d2
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -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)

View File

@@ -1 +1 @@
1.1.0
1.1.1

View File

@@ -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