From ae283009f1b79c02208e64c4dca70adefdb151fa Mon Sep 17 00:00:00 2001 From: Matheus Castello Date: Tue, 23 Apr 2024 13:31:26 -0300 Subject: [PATCH] version: 0.0.10 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 0df714b..bcfac0b 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://github.com/commontorizon/torizonEmulatorManager/releases/download/0.0.9/install.sh | bash +wget -qO- https://github.com/commontorizon/torizonEmulatorManager/releases/download/0.0.10/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 429d94a..b0a1227 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.9 \ No newline at end of file +0.0.10 \ No newline at end of file diff --git a/install.sh b/install.sh index 3086599..48b8189 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.0.9" +VERSION="0.0.10" echo "📦 Installing Torizon Emulator Manager ..."