diff --git a/VERSION b/VERSION index abf0864..427945c 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.0.5 +1.0.0 stable 0 diff --git a/template/flake.nix b/template/flake.nix index 842c8e7..325870f 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v0.0.5"; + devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.0"; devshell-lib.inputs.nixpkgs.follows = "nixpkgs"; };