v1.5 - history and timeline as well as many datastructure updates added, polished, fixes
This commit is contained in:
parent
1f0aa3078f
commit
1d84400aef
63 changed files with 7927 additions and 208 deletions
10
src/lib/version.ts
Normal file
10
src/lib/version.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* ═══════════════════════════════════════════════════════════════
|
||||
SITE VERSION — src/lib/version.ts
|
||||
|
||||
One string, bumped by hand when the working directory name
|
||||
changes. The admin footer is the only thing reading it today;
|
||||
keep it here rather than in a component so the panel, an about
|
||||
box or a build banner can read the same value later.
|
||||
═══════════════════════════════════════════════════════════════ */
|
||||
|
||||
export const SITE_VERSION = "NGU-Web.v1.5-history";
|
||||
Loading…
Add table
Add a link
Reference in a new issue