From ec37648ca3baa9458f2d868d33e58a0f4b24e15f Mon Sep 17 00:00:00 2001 From: Ryan Bottriell Date: Thu, 4 Aug 2022 13:47:56 -0700 Subject: [PATCH] Update version for release Signed-off-by: Ryan Bottriell --- .site/spi/.spdev.yaml | 2 +- .site/spi/spk.spec | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- spk.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.site/spi/.spdev.yaml b/.site/spi/.spdev.yaml index e8c4fad91..538bc0ebc 100644 --- a/.site/spi/.spdev.yaml +++ b/.site/spi/.spdev.yaml @@ -1,4 +1,4 @@ -version: 0.32.0 +version: 0.34.0 release_notes: | - convert api module to rust - update to latest spfs diff --git a/.site/spi/spk.spec b/.site/spi/spk.spec index bb977b202..0ea9ebf73 100644 --- a/.site/spi/spk.spec +++ b/.site/spi/spk.spec @@ -1,5 +1,5 @@ Name: spk -Version: 0.32.0 +Version: 0.34.0 Release: 1 Summary: Package manager for SPFS. License: NONE diff --git a/Cargo.lock b/Cargo.lock index 7c0799bb5..dc77ec8c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2489,7 +2489,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spk" -version = "0.32.0" +version = "0.34.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 23b2b90ea..9e9376a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Ryan Bottriell "] edition = "2021" name = "spk" -version = "0.32.0" +version = "0.34.0" [lib] name = "spk" diff --git a/spk.spec b/spk.spec index 5d11cf903..52c5ba973 100644 --- a/spk.spec +++ b/spk.spec @@ -1,5 +1,5 @@ Name: spk -Version: 0.32.0 +Version: 0.34.0 Release: 1 Summary: Package manager for SPFS. License: NONE