bump version (#1871)

This commit is contained in:
Aiden McClelland
2022-10-11 12:15:42 -06:00
committed by GitHub
parent 19bf80dfaf
commit 2f8a25ae26
11 changed files with 58 additions and 10 deletions

View File

@@ -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

View File

@@ -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',

View File

@@ -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',