From 7306bbc6257b080167142f9fc2d8335168d352ac Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 21 Apr 2026 16:51:32 +0300 Subject: [PATCH] build: tag 1.1.0 Signed-off-by: NotAShelf Change-Id: I887f6c57dc16cd697061b995beab4a236a6a6964 --- Makefile | 2 +- include/chroma_version.h | 2 +- nix/package.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2041d3e..3163a7f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PROJECT_NAME = chroma -VERSION = 1.0.1 +VERSION = 1.1.0 # Directories SRCDIR = src diff --git a/include/chroma_version.h b/include/chroma_version.h index 1ab736b..1d2f49a 100644 --- a/include/chroma_version.h +++ b/include/chroma_version.h @@ -2,7 +2,7 @@ #define CHROMA_VERSION_H #ifndef CHROMA_VERSION -#define CHROMA_VERSION "1.0.1" +#define CHROMA_VERSION "1.1.0" #endif #endif // CHROMA_VERSION_H diff --git a/nix/package.nix b/nix/package.nix index 497f106..6de98fc 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -15,7 +15,7 @@ in stdenv.mkDerivation { pname = "chroma"; - version = "1.0.1"; + version = "1.1.0"; src = fs.toSource { root = s;