TimetableAPI-Upgrade #64
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -4,8 +4,8 @@ interface versions {
|
||||
}
|
||||
|
||||
const version: versions = {
|
||||
api: ["/api/v1/", "/api/v2"],
|
||||
app: "2023.10.1",
|
||||
api: ["/api/v2"],
|
||||
app: "2024.2.1",
|
||||
};
|
||||
|
||||
module.exports = version;
|
||||
|
Loading…
Reference in New Issue
Block a user