From 5c2317277795a358d1e1815bc9f96a2453e1128b Mon Sep 17 00:00:00 2001 From: Stephen Yeargin Date: Mon, 1 Jan 2024 22:49:12 -0600 Subject: [PATCH] 2.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4d464b..5aa2172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hubot-nextbus", - "version": "2.1.4", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hubot-nextbus", - "version": "2.1.4", + "version": "2.2.0", "license": "MIT", "dependencies": { "ascii-table": "^0.0.9", diff --git a/package.json b/package.json index d289683..557dcd8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hubot-nextbus", "description": "Shows when the next transit vehicle will arrive at a particular stop.", - "version": "2.1.4", + "version": "2.2.0", "author": "Stephen Yeargin ", "homepage": "https://github.com/transitnownash/hubot-nextbus", "license": "MIT",