Skip to content

Commit

Permalink
VERSION: Bump to 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Apr 15, 2024
1 parent 4f7604e commit 94c550e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.0.3"
VERSION="0.0.4"

echo "Installing Torizon Emulator Manager ..."

Expand Down

0 comments on commit 94c550e

Please sign in to comment.