diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ad4801a78..11cefb2cb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "embassy-os" -version = "0.3.3" +version = "0.3.3-rev.1" dependencies = [ "aes", "async-stream", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 20854cd8c..0a91741a9 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -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" diff --git a/backend/src/version/mod.rs b/backend/src/version/mod.rs index b6738dc27..83d7d2ee1 100644 --- a/backend/src/version/mod.rs +++ b/backend/src/version/mod.rs @@ -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)] diff --git a/frontend/package.json b/frontend/package.json index a511c0d9b..cd6324f66 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "embassy-os", - "version": "0.3.3", + "version": "0.3.3.1", "author": "Start9 Labs, Inc", "homepage": "https://start9.com/", "scripts": { diff --git a/frontend/patchdb-ui-seed.json b/frontend/patchdb-ui-seed.json index c22bbc864..99ca601f5 100644 --- a/frontend/patchdb-ui-seed.json +++ b/frontend/patchdb-ui-seed.json @@ -1,6 +1,6 @@ { "name": null, - "ack-welcome": "0.3.3", + "ack-welcome": "0.3.3.1", "marketplace": { "selected-url": "https://registry.start9.com/", "known-hosts": { diff --git a/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html b/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html index 121e927e9..8c0dab5a5 100644 --- a/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html +++ b/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html @@ -11,24 +11,20 @@

This release

-

0.3.3

+

0.3.3.1

View the complete release notes + release notes + for more details.

Highlights