bump version

This commit is contained in:
Aiden McClelland
2023-03-07 21:00:43 -07:00
parent e42b98ec17
commit 8f3c2f4f3d
6 changed files with 9 additions and 13 deletions

2
backend/Cargo.lock generated
View File

@@ -1263,7 +1263,7 @@ dependencies = [
[[package]]
name = "embassy-os"
version = "0.3.3"
version = "0.3.3-rev.1"
dependencies = [
"aes",
"async-stream",

View File

@@ -14,7 +14,7 @@ keywords = [
name = "embassy-os"
readme = "README.md"
repository = "https://github.com/Start9Labs/embassy-os"
version = "0.3.3"
version = "0.3.3-rev.1"
[lib]
name = "embassy"

View File

@@ -20,7 +20,7 @@ mod v0_3_2_1;
mod v0_3_3;
mod v0_3_3_1;
pub type Current = v0_3_3::Version;
pub type Current = v0_3_3_1::Version;
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
#[serde(untagged)]