chore: bump version to v0.3.0

This commit is contained in:
dancingCycle 2024-02-07 21:02:31 +01:00
parent 74ceaf1a65
commit 9fc43a1eb2
2 changed files with 12 additions and 3 deletions

7
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "gtfs-rt-proxy",
"version": "0.2.0",
"version": "0.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gtfs-rt-proxy",
"version": "0.2.0",
"version": "0.3.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "1.6.2",
@ -19,6 +19,9 @@
},
"devDependencies": {
"nodemon": "3.0.1"
},
"engines": {
"node": "<=18.19.0"
}
},
"node_modules/abbrev": {

View File

@ -2,7 +2,7 @@
"private": true,
"name": "gtfs-rt-proxy",
"description": "GTFS Realtime Proxy",
"version": "0.2.0",
"version": "0.3.0",
"main": "index.js",
"keywords": [
"GTFS",
@ -10,7 +10,13 @@
"Proxy"
],
"author": "Software Ingenieur Begerad <dialog@SwIngBe.de>",
"homepage": "https://git.wtf-eg.de/dancesWithCycles/gtfs-rt-proxy",
"repository": "https://git.wtf-eg.de/dancesWithCycles/gtfs-rt-proxy",
"bugs": "https://git.wtf-eg.de/dancesWithCycles/gtfs-rt-proxy/issues",
"license": "GPL-3.0-or-later",
"engines": {
"node": "<=18.19.0"
},
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"