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

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -11,24 +11,20 @@
<ion-content class="ion-padding">
<h2>This release</h2>
<h4>0.3.3</h4>
<h4>0.3.3.1</h4>
<p class="note-padding">
View the complete
<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"
noreferrer
>release notes</a
>
release notes
</a>
for more details.
</p>
<h6>Highlights</h6>
<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 bugfixes and optimizations</li>
</ul>