From d2adce2a1fdeb5599c896daa04ae5c031f26301c Mon Sep 17 00:00:00 2001 From: Christine Coenen Date: Tue, 9 Jul 2024 16:17:44 +0200 Subject: [PATCH] Release v1.2.2 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9eb64e0..59d6454 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ const express = require("express"); const shows = require("./routes/shows"); const channelInfoList = require("./routes/channelInfoList"); -const version = "1.1.17"; +const version = "1.2.2"; const app = express(); app.use((_, res, next) => {