v0.2.1-unreleased (#232)

This commit is contained in:
Ana Hobden 2023-02-02 10:38:46 -08:00 committed by GitHub
parent 95852f295e
commit 3d1b9f2644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "nix-installer" name = "nix-installer"
description = "A `nix` installer" description = "A `nix` installer"
version = "0.2.0" version = "0.2.1-unreleased"
edition = "2021" edition = "2021"
resolver = "2" resolver = "2"
license = "LGPL-2.1" license = "LGPL-2.1"

View file

@ -63,7 +63,7 @@
}; };
sharedAttrs = { sharedAttrs = {
pname = "nix-installer"; pname = "nix-installer";
version = "0.2.0"; version = "0.2.1-unreleased";
src = builtins.path { src = builtins.path {
name = "nix-installer-source"; name = "nix-installer-source";
path = self; path = self;

View file

@ -1,5 +1,5 @@
{ {
"version": "0.2.0", "version": "0.2.1-unreleased",
"actions": [ "actions": [
{ {
"action": { "action": {

View file

@ -1,5 +1,5 @@
{ {
"version": "0.2.0", "version": "0.2.1-unreleased",
"actions": [ "actions": [
{ {
"action": { "action": {

View file

@ -1,5 +1,5 @@
{ {
"version": "0.2.0", "version": "0.2.1-unreleased",
"actions": [ "actions": [
{ {
"action": { "action": {