mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
bump version
This commit is contained in:
2
backend/Cargo.lock
generated
2
backend/Cargo.lock
generated
@@ -1263,7 +1263,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "embassy-os"
|
name = "embassy-os"
|
||||||
version = "0.3.3"
|
version = "0.3.3-rev.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"async-stream",
|
"async-stream",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ keywords = [
|
|||||||
name = "embassy-os"
|
name = "embassy-os"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Start9Labs/embassy-os"
|
repository = "https://github.com/Start9Labs/embassy-os"
|
||||||
version = "0.3.3"
|
version = "0.3.3-rev.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "embassy"
|
name = "embassy"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ mod v0_3_2_1;
|
|||||||
mod v0_3_3;
|
mod v0_3_3;
|
||||||
mod v0_3_3_1;
|
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)]
|
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
|
||||||
#[serde(untagged)]
|
#[serde(untagged)]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "embassy-os",
|
"name": "embassy-os",
|
||||||
"version": "0.3.3",
|
"version": "0.3.3.1",
|
||||||
"author": "Start9 Labs, Inc",
|
"author": "Start9 Labs, Inc",
|
||||||
"homepage": "https://start9.com/",
|
"homepage": "https://start9.com/",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": null,
|
"name": null,
|
||||||
"ack-welcome": "0.3.3",
|
"ack-welcome": "0.3.3.1",
|
||||||
"marketplace": {
|
"marketplace": {
|
||||||
"selected-url": "https://registry.start9.com/",
|
"selected-url": "https://registry.start9.com/",
|
||||||
"known-hosts": {
|
"known-hosts": {
|
||||||
|
|||||||
@@ -11,24 +11,20 @@
|
|||||||
|
|
||||||
<ion-content class="ion-padding">
|
<ion-content class="ion-padding">
|
||||||
<h2>This release</h2>
|
<h2>This release</h2>
|
||||||
<h4>0.3.3</h4>
|
<h4>0.3.3.1</h4>
|
||||||
<p class="note-padding">
|
<p class="note-padding">
|
||||||
View the complete
|
View the complete
|
||||||
<a
|
<a
|
||||||
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.3"
|
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.3.1"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
noreferrer
|
noreferrer
|
||||||
>release notes</a
|
|
||||||
>
|
>
|
||||||
|
release notes
|
||||||
|
</a>
|
||||||
for more details.
|
for more details.
|
||||||
</p>
|
</p>
|
||||||
<h6>Highlights</h6>
|
<h6>Highlights</h6>
|
||||||
<ul class="spaced-list">
|
<ul class="spaced-list">
|
||||||
<li>x86_64 architecture compatibility</li>
|
|
||||||
<li>Kiosk mode - use your Embassy with monitor, keyboard, and mouse</li>
|
|
||||||
<li>
|
|
||||||
"Updates" tab - view all service updates from all registries in one place
|
|
||||||
</li>
|
|
||||||
<li>Various UI/UX improvements</li>
|
<li>Various UI/UX improvements</li>
|
||||||
<li>Various bugfixes and optimizations</li>
|
<li>Various bugfixes and optimizations</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user