mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
bump version (#1871)
This commit is contained in:
@@ -11,6 +11,24 @@
|
||||
|
||||
<ion-content class="ion-padding">
|
||||
<h2>This release</h2>
|
||||
<h4>0.3.2~1</h4>
|
||||
<p class="note-padding">
|
||||
View the complete
|
||||
<a
|
||||
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.2.1"
|
||||
target="_blank"
|
||||
noreferrer
|
||||
>release notes</a
|
||||
>
|
||||
for more details.
|
||||
</p>
|
||||
<h6>Highlights</h6>
|
||||
<ul class="spaced-list">
|
||||
<li>Bugfix for LAN URLs</li>
|
||||
</ul>
|
||||
|
||||
<br />
|
||||
<h2>Previous releases in this series</h2>
|
||||
<h4>0.3.2</h4>
|
||||
<p class="note-padding">
|
||||
View the complete
|
||||
|
||||
@@ -20,9 +20,10 @@ export module Mock {
|
||||
updated: true,
|
||||
}
|
||||
export const MarketplaceEos: RR.GetMarketplaceEOSRes = {
|
||||
version: '0.3.2',
|
||||
version: '0.3.2.1',
|
||||
headline: 'Our biggest release ever.',
|
||||
'release-notes': {
|
||||
'0.3.2.1': 'Some **Markdown** release _notes_ for 0.3.2.1',
|
||||
'0.3.2': 'Some **Markdown** release _notes_ for 0.3.2',
|
||||
'0.3.1': 'Some **Markdown** release _notes_ for 0.3.1',
|
||||
'0.3.0': 'Some **Markdown** release _notes_ from a prior version',
|
||||
|
||||
@@ -33,7 +33,7 @@ export const mockPatchData: DataModel = {
|
||||
},
|
||||
'server-info': {
|
||||
id: 'abcdefgh',
|
||||
version: '0.3.2',
|
||||
version: '0.3.2.1',
|
||||
'last-backup': new Date(new Date().valueOf() - 604800001).toISOString(),
|
||||
'lan-address': 'https://embassy-abcdefgh.local',
|
||||
'tor-address': 'http://myveryownspecialtoraddress.onion',
|
||||
|
||||
Reference in New Issue
Block a user