diff --git a/awg-ctrl/package.json b/awg-ctrl/package.json index 79acc93..9fc6cc0 100644 --- a/awg-ctrl/package.json +++ b/awg-ctrl/package.json @@ -1,6 +1,6 @@ { "name": "awg-control", - "version": "1.0.0", + "version": "0.1.4", "description": "", "main": "dist/index.js", "scripts": { diff --git a/awg-ui/package.json b/awg-ui/package.json index e0f59bb..4628989 100644 --- a/awg-ui/package.json +++ b/awg-ui/package.json @@ -1,6 +1,6 @@ { "name": "awg-ui", - "version": "0.1.3+1", + "version": "0.1.4", "private": true, "scripts": { "dev": "vite", diff --git a/awg-ui/src/App.tsx b/awg-ui/src/App.tsx index c2b80b2..4558083 100644 --- a/awg-ui/src/App.tsx +++ b/awg-ui/src/App.tsx @@ -214,7 +214,7 @@ export default function App() { >
Forgetting - Alpha 0.1.3.1 + Alpha 0.1.4

{TABS.map(t => ( diff --git a/cli/package.json b/cli/package.json index 210a3fc..23bfe96 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "awg-cli", - "version": "0.1.3+1", + "version": "0.1.4", "private": true, "dependencies": { "tsx": "^4.7.0", diff --git a/cli/src/index.ts b/cli/src/index.ts index c914efb..cb02996 100644 --- a/cli/src/index.ts +++ b/cli/src/index.ts @@ -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); diff --git a/install.sh b/install.sh index 3ffadb3..43546bb 100644 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ trap 'rc=$?; echo -e "\n ${RED}✗ НЕОЖИДАННАЯ ОШИБКА${NC} с [[ $EUID -ne 0 ]] && fail "Запусти от root: sudo bash install.sh" [[ -z "${BASH_VERSION:-}" ]] && fail "Нужен bash: bash install.sh" -VERSION="0.1.3.1" +VERSION="0.1.4" GH_REPO="maeneko/forgetting" BASE_URL="https://github.com/${GH_REPO}/releases/download/v${VERSION}" PROJECT="/opt/awg-control"