diff --git a/awg-ctrl/package.json b/awg-ctrl/package.json
index bae8a83..dede990 100644
--- a/awg-ctrl/package.json
+++ b/awg-ctrl/package.json
@@ -1,6 +1,6 @@
{
"name": "awg-control",
- "version": "0.1.4+1",
+ "version": "0.1.4+2",
"description": "",
"main": "dist/index.js",
"scripts": {
diff --git a/awg-ui/package.json b/awg-ui/package.json
index 7822f52..ad87746 100644
--- a/awg-ui/package.json
+++ b/awg-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "awg-ui",
- "version": "0.1.4+1",
+ "version": "0.1.4+2",
"private": true,
"scripts": {
"dev": "vite",
diff --git a/awg-ui/src/App.tsx b/awg-ui/src/App.tsx
index 2bcb937..2cef3ed 100644
--- a/awg-ui/src/App.tsx
+++ b/awg-ui/src/App.tsx
@@ -217,7 +217,7 @@ export default function App() {
>
Forgetting
- Alpha 0.1.4.1
+ Alpha 0.1.4.2
{TABS.map(t => (
diff --git a/cli/package.json b/cli/package.json
index 2cd4955..6257a0a 100644
--- a/cli/package.json
+++ b/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "awg-cli",
- "version": "0.1.4+1",
+ "version": "0.1.4+2",
"private": true,
"dependencies": {
"tsx": "^4.7.0",
diff --git a/cli/src/index.ts b/cli/src/index.ts
index 2517528..3917793 100644
--- a/cli/src/index.ts
+++ b/cli/src/index.ts
@@ -314,7 +314,7 @@ async function interactiveMenu() {
const printMenu = () => {
console.clear();
- console.log(`\n${bold(`${C.blue}── Forgetting Alpha 0.1.4.1 ──${C.reset}`)}\n`);
+ console.log(`\n${bold(`${C.blue}── Forgetting Alpha 0.1.4.2 ──${C.reset}`)}\n`);
for (const name of ALL) {
const running = isRunning(name);
diff --git a/install.sh b/install.sh
index c5c7e4d..d0e2a07 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.4.1"
+VERSION="0.1.4.2"
GH_REPO="maeneko/forgetting"
BASE_URL="https://github.com/${GH_REPO}/releases/download/v${VERSION}"
PROJECT="/opt/awg-control"