commit 5650456a2446e68023eef7cef50aace64c4f4df3
parent a40739b33c11b873bd87b9ef8277a5355e8649e7
Author: mtmn <miro@haravara.org>
Date: Sat, 18 Apr 2026 20:40:57 +0200
chore: bump version
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -128,7 +128,7 @@
corpus = pkgs.buildNpmPackage {
pname = "corpus";
- version = "1.1.0";
+ version = "1.2.0";
inherit src;
npmDepsHash = "sha256-RoFlR1p0UlDz+DASOBD5A06PDl5Wpk02YAf5jyb2Gn0=";
diff --git a/package.json b/package.json
@@ -1,6 +1,6 @@
{
"name": "corpus",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "ListenBrainz scrobble viewer",
"main": "index.js",
"type": "module",