mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 02:54:42 -05:00
bump version :3
This commit is contained in:
parent
650fde3169
commit
e4c9102efe
1 changed files with 3 additions and 2 deletions
|
@ -27,10 +27,10 @@ function getJson(str) {
|
|||
}
|
||||
|
||||
const pkg = require("../../../package.json");
|
||||
const ver = "v23.2403-IcHi-MAJOR-stable-nonLTS-git";
|
||||
const ver = "v23.0203-IcHi-MAJOR-stable-nonLTS-git";
|
||||
const branch = "master";
|
||||
const codename = "ichigo";
|
||||
const versionnumber = "238";
|
||||
const versionnumber = "239";
|
||||
|
||||
module.exports = function (app, config, renderTemplate) {
|
||||
app.get("/embed/:v", async function (req, res) {
|
||||
|
@ -158,6 +158,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||
piwik: "master",
|
||||
process: process.versions,
|
||||
dependencies: pkg.dependencies,
|
||||
poketubeapicode: btoa(Date.now() + invidious.software.version)
|
||||
};
|
||||
|
||||
res.json(response);
|
||||
|
|
Loading…
Reference in a new issue