brewery
notashelf /
7306bbc6257b080167142f9fc2d8335168d352ac

chroma

public

Lightweight wallpaper daemon for Wayland

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.git

Commit 7306bbc6257b

tarball

NotAShelf <raf@notashelf.dev> · 2026-04-21 13:52 UTC

unverified3 files changed+3-3
build: tag 1.1.0

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I887f6c57dc16cd697061b995beab4a236a6a6964
diff --git a/Makefile b/Makefileindex 2041d3e..3163a7f 100644--- a/Makefile+++ b/Makefile@@ -1,5 +1,5 @@ PROJECT_NAME = chroma-VERSION = 1.0.1+VERSION = 1.1.0  # Directories SRCDIR = srcdiff --git a/include/chroma_version.h b/include/chroma_version.hindex 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_Hdiff --git a/nix/package.nix b/nix/package.nixindex 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;