From 94c550e69cbd4e79d345bf7d00b83f9dc8cfe533 Mon Sep 17 00:00:00 2001 From: Matheus Castello Date: Mon, 15 Apr 2024 13:31:38 +0200 Subject: [PATCH] VERSION: Bump to 0.0.4 Signed-off-by: Matheus Castello --- README.md | 2 +- VERSION | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b3237f..da95d84 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The Torizon Emulator Manager is a graphical user interface that allows you to co To install the Torizon Emulator Manager, you can run the following command: ```bash -wget -qO- https://raw.githubusercontent.com/microhobby/torizonEmulatorManager/main/install.sh | bash +wget -qO- https://github.com/commontorizon/torizonEmulatorManager/releases/download/0.0.4/install.sh | bash ``` The installation script will download the latest version of the Torizon Emulator Manager and add a symbolic link to your system `bin` directory. After the installation, you can run the Torizon Emulator Manager by typing `torizon-emulator-manager` in your terminal. diff --git a/VERSION b/VERSION index 6812f81..05b19b1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 \ No newline at end of file +0.0.4 \ No newline at end of file diff --git a/install.sh b/install.sh index 8c038ef..2e7d481 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.0.3" +VERSION="0.0.4" echo "Installing Torizon Emulator Manager ..."