Skip to content

Commit a220a1a

Browse files
committed
chore: build prod
1 parent 0ebb602 commit a220a1a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/BetterYTM.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ I welcome every contribution on GitHub!
187187
const modeRaw = "production";
188188
const branchRaw = "main";
189189
const hostRaw = "github";
190-
const buildNumberRaw = "0c02b8e0";
190+
const buildNumberRaw = "fac9c72b";
191191
/** The mode in which the script was built (production or development) */
192192
const mode = (modeRaw.match(/^#{{.+}}$/) ? "production" : modeRaw);
193193
/** The branch to use in various URLs that point to the GitHub repo */

dist/BetterYTM_gf.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ I welcome every contribution on GitHub!
187187
const modeRaw = "production";
188188
const branchRaw = "main";
189189
const hostRaw = "greasyfork";
190-
const buildNumberRaw = "0c02b8e0";
190+
const buildNumberRaw = "fac9c72b";
191191
/** The mode in which the script was built (production or development) */
192192
const mode = (modeRaw.match(/^#{{.+}}$/) ? "production" : modeRaw);
193193
/** The branch to use in various URLs that point to the GitHub repo */

dist/BetterYTM_oujs.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ I welcome every contribution on GitHub!
187187
const modeRaw = "production";
188188
const branchRaw = "main";
189189
const hostRaw = "openuserjs";
190-
const buildNumberRaw = "0c02b8e0";
190+
const buildNumberRaw = "fac9c72b";
191191
/** The mode in which the script was built (production or development) */
192192
const mode = (modeRaw.match(/^#{{.+}}$/) ? "production" : modeRaw);
193193
/** The branch to use in various URLs that point to the GitHub repo */

0 commit comments

Comments
 (0)