Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Jul 9, 2024
1 parent 0a98b4b commit d2adce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit d2adce2

Please sign in to comment.