From f296a900c01b731f7044059ae98bb68b44090324 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 28 Aug 2023 12:39:16 +0200 Subject: [PATCH] Bump version to 0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb74150..bc0a0e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chorus" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-trait", "base64 0.21.3", diff --git a/Cargo.toml b/Cargo.toml index 6d1859c..40c67f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "chorus" description = "A library for interacting with multiple Spacebar-compatible Instances at once." -version = "0.1.0" +version = "0.2.0" license = "AGPL-3.0" edition = "2021" repository = "https://github.com/polyphony-chat/chorus"