diff --git a/Cargo.lock b/Cargo.lock index cc623d5..0acbe8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.1.0-unreleased" +version = "0.2.0" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 6e7a573..6fb5117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "A `nix` installer" -version = "0.1.0-unreleased" +version = "0.2.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index 14145fd..c568e95 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.1.0-unreleased"; + version = "0.2.0"; src = builtins.path { name = "nix-installer-source"; path = self; diff --git a/tests/fixtures/darwin/darwin-multi.json b/tests/fixtures/darwin/darwin-multi.json index f263f50..81afe51 100644 --- a/tests/fixtures/darwin/darwin-multi.json +++ b/tests/fixtures/darwin/darwin-multi.json @@ -1,5 +1,5 @@ { - "version": "0.1.0-unreleased", + "version": "0.2.0", "actions": [ { "action": { diff --git a/tests/fixtures/linux/linux-multi.json b/tests/fixtures/linux/linux-multi.json index 4b049b2..380f1f9 100644 --- a/tests/fixtures/linux/linux-multi.json +++ b/tests/fixtures/linux/linux-multi.json @@ -1,5 +1,5 @@ { - "version": "0.1.0-unreleased", + "version": "0.2.0", "actions": [ { "action": { diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index 172e5d0..6c47284 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.1.0-unreleased", + "version": "0.2.0", "actions": [ { "action": {