Skip to content

Commit

Permalink
Release v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Dec 28, 2024
1 parent 160a5ea commit b200cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import express from "express";
import shows from "./routes/shows.js";
import channelInfoList from "./routes/channelInfoList.js";

const version = "1.2.5";
const version = "1.2.6";
const app = express();

app.use((_, res, next) => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zapp-backend",
"version": "1.2.5",
"version": "1.2.6",
"description": "Program info API for German public broadcasting services.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit b200cd9

Please sign in to comment.