mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
minor fixes (#2957)
* minor fixes * more minor touchups * minor fix * fix release notes display
This commit is contained in:
@@ -31,9 +31,9 @@ export namespace Mock {
|
||||
}
|
||||
|
||||
export const RegistryOSUpdate: RR.CheckOsUpdateRes = {
|
||||
'0.3.6-alpha.17': {
|
||||
headline: 'v0.3.6-alpha.17',
|
||||
releaseNotes: '',
|
||||
'0.4.1': {
|
||||
headline: 'v0.4.1',
|
||||
releaseNotes: 'Testing some release notes',
|
||||
sourceVersion: '>=0.3.5:0 <=0.3.6-alpha.17:0',
|
||||
authorized: ['G24CSA5HNYEPIXJNMK7ZM4KD5SX5N6X4'],
|
||||
iso: {},
|
||||
@@ -101,9 +101,9 @@ export namespace Mock {
|
||||
},
|
||||
img: {},
|
||||
},
|
||||
'0.4.0-alpha.5': {
|
||||
headline: 'v0.4.0-alpha.5',
|
||||
releaseNotes: '',
|
||||
'0.4.1-alpha.5': {
|
||||
headline: 'v0.4.1-alpha.5',
|
||||
releaseNotes: 'Some more release notes',
|
||||
sourceVersion: '>=0.3.5:0 <=0.4.0-alpha.5:0',
|
||||
authorized: ['G24CSA5HNYEPIXJNMK7ZM4KD5SX5N6X4'],
|
||||
iso: {},
|
||||
|
||||
Reference in New Issue
Block a user