From 20aa4cdf0bd86af0c180a8182a4f192d742b0f59 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Wed, 11 Jan 2023 08:53:06 -0800 Subject: [PATCH] bump v0.0.2-unreleased (#176) --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- tests/fixtures/darwin/darwin-multi.json | 2 +- tests/fixtures/linux/linux-multi.json | 2 +- tests/fixtures/linux/steam-deck.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf15a41..64054e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -881,7 +881,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.0.1" +version = "0.0.2-unreleased" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 5b2d1e6..ddfdd0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "A `nix` installer" -version = "0.0.1" +version = "0.0.2-unreleased" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/flake.nix b/flake.nix index 375ce37..6bac42a 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ }; sharedAttrs = { pname = "nix-installer"; - version = "0.0.1"; + version = "0.0.2-unreleased"; 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 f27c670..4de4856 100644 --- a/tests/fixtures/darwin/darwin-multi.json +++ b/tests/fixtures/darwin/darwin-multi.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2-unreleased", "actions": [ { "action": { diff --git a/tests/fixtures/linux/linux-multi.json b/tests/fixtures/linux/linux-multi.json index 8f0fe4c..82f2b96 100644 --- a/tests/fixtures/linux/linux-multi.json +++ b/tests/fixtures/linux/linux-multi.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2-unreleased", "actions": [ { "action": { diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index 1c2fc7f..991ef2b 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2-unreleased", "actions": [ { "action": {