From 501d7eebca67f737993d6f18a6d5bb155e599ce9 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Fri, 20 Jan 2023 14:45:56 -0800 Subject: [PATCH] Release v0.1.0 (#208) --- Cargo.lock | 2 +- Cargo.toml | 2 +- tests/fixtures/darwin/darwin-multi.json | 2 +- tests/fixtures/linux/linux-multi.json | 2 +- tests/fixtures/linux/steam-deck.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 478a7d7..9a69783 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "nix-installer" -version = "0.0.2" +version = "0.1.0" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index dc50957..936261b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nix-installer" description = "A `nix` installer" -version = "0.0.2" +version = "0.1.0" edition = "2021" resolver = "2" license = "LGPL-2.1" diff --git a/tests/fixtures/darwin/darwin-multi.json b/tests/fixtures/darwin/darwin-multi.json index 52c5621..fadd194 100644 --- a/tests/fixtures/darwin/darwin-multi.json +++ b/tests/fixtures/darwin/darwin-multi.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "actions": [ { "action": { diff --git a/tests/fixtures/linux/linux-multi.json b/tests/fixtures/linux/linux-multi.json index 57c048c..40ded2b 100644 --- a/tests/fixtures/linux/linux-multi.json +++ b/tests/fixtures/linux/linux-multi.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "actions": [ { "action": { diff --git a/tests/fixtures/linux/steam-deck.json b/tests/fixtures/linux/steam-deck.json index fbb6eea..f7036a9 100644 --- a/tests/fixtures/linux/steam-deck.json +++ b/tests/fixtures/linux/steam-deck.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.1.0", "actions": [ { "action": {