Bump version to 0.1.4

install.sh drives the release URL and tarball name off VERSION, so the
matching tag is v0.1.4. awg-ctrl/package.json was still on the default 1.0.0
and is now in step with cli and awg-ui.
This commit is contained in:
2026-08-17 18:01:35 +03:00
parent 44c637f7af
commit 01d8524f8c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ async function interactiveMenu() {
const printMenu = () => {
console.clear();
console.log(`\n${bold(`${C.blue}── Forgetting Alpha 0.1.3.1 ──${C.reset}`)}\n`);
console.log(`\n${bold(`${C.blue}── Forgetting Alpha 0.1.4 ──${C.reset}`)}\n`);
for (const name of ALL) {
const running = isRunning(name);