Update version strings

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2024-02-05 20:05:05 +00:00
parent a1fdf22805
commit 67a50b2f94
2 changed files with 3 additions and 3 deletions

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;