Update version strings
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
a1fdf22805
commit
67a50b2f94
@ -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",
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user