TimetableAPI-Upgrade #64

Merged
fred.boniface merged 36 commits from TimetableAPI-Upgrade into main 2024-02-11 15:53:17 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 67a50b2f94 - Show all commits

View File

@ -1,6 +1,6 @@
{ {
"name": "owlboard", "name": "owlboard",
"version": "1.2.0-dev", "version": "2024.2.1",
"description": "OwlBoard is an API and PWA for live rail departure board in the UK.", "description": "OwlBoard is an API and PWA for live rail departure board in the UK.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -4,8 +4,8 @@ interface versions {
} }
const version: versions = { const version: versions = {
api: ["/api/v1/", "/api/v2"], api: ["/api/v2"],
app: "2023.10.1", app: "2024.2.1",
}; };
module.exports = version; module.exports = version;