bump version

This commit is contained in:
figsoda 2022-12-29 21:11:41 -05:00
parent 8e7f3f4336
commit 3748b95069
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Changelog
## v0.1.0 - 2022-12-29
## v0.1.1 - 2022-12-29
First release

2
Cargo.lock generated
View File

@ -163,7 +163,7 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "nurl"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "nurl"
version = "0.1.0"
version = "0.1.1"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2021"
description = "Generate Nix fetcher calls from repository URLs"