We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2c8fc commit 3c6db5aCopy full SHA for 3c6db5a
config.ts
@@ -1,6 +1,6 @@
1
// Version: bump `build` for each gist push, `version` for releases
2
export const version = "0.0.1";
3
-export const build = 4;
+export const build = 5;
4
export const fullVersion = `${version}-${build}`;
5
6
/** Gist configuration for userscript auto-updates */
0 commit comments