From daaaa3a21277351638eda04739ac3d7b3716f955 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 20 Aug 2024 12:33:51 +0100 Subject: [PATCH] chore: bump to v1.4.2 changelog: * fix only maintainers can push normal branches / tags --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4d65db..c10d623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1762,7 +1762,7 @@ checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" [[package]] name = "ngit" -version = "1.4.1" +version = "1.4.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 243f695..f65f7a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.4.1" +version = "1.4.2" edition = "2021" description = "cli for code collaboration over nostr with nip34 support" authors = ["DanConwayDev "]