refactor: adjust f-u release version history

This commit is contained in:
Rainer Killinger
2023-12-01 18:19:36 +01:00
parent 29e6128141
commit 4dbeb9936c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Goethe-Uni App 3.1 # Goethe-Uni App 2.4
Wir freuen uns euch mehr in der Goethe-Uni App Wir freuen uns euch mehr in der Goethe-Uni App
bieten zu können. bieten zu können.

View File

@@ -1,4 +1,4 @@
# Goethe-Uni App 3.1 # Goethe-Uni App 2.4
The Goethe-Uni App got even better! The Goethe-Uni App got even better!

View File

@@ -4,7 +4,7 @@ import {versions} from '../../default/tools/version.js';
/** @type {import('@openstapps/core').SCAppVersionInfo[]} */ /** @type {import('@openstapps/core').SCAppVersionInfo[]} */
const versionHistory = await versions( const versionHistory = await versions(
{ {
'3.1.0': {}, '2.4.0': {},
}, },
import.meta.url, import.meta.url,
); );