From 48afde8d9192bf288505c70b10cd418d39d15510 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:53:23 +0100 Subject: [PATCH] v1.0.0 Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- flake.nix | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3a92c28..3df6377 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ default-creds = pkgs.stdenv.mkDerivation (finalAttrs: { pname = "default-creds"; - version = "0.0.1"; + version = "1.0.0"; src = ./.; diff --git a/package.json b/package.json index bd571a4..2e177ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "default-creds", "type": "module", - "version": "0.0.1", + "version": "1.0.0", "scripts": { "dev": "astro dev", "build": "astro build", @@ -24,4 +24,4 @@ "@types/node": "^25.3.2", "daisyui": "^5.5.19" } -} \ No newline at end of file +}