diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index b1d7809..efef8e0 100644 --- a/AppImageBuilder.yml +++ b/AppImageBuilder.yml @@ -22,7 +22,7 @@ AppDir: app_info: id: com.robot-log-visualizer.ami name: robot-log-visualizer - version: 0.2.0 + version: 0.2.1 icon: robot-log-visualizer-icon # Set the python executable as entry point exec: usr/bin/python3 diff --git a/README.md b/README.md index 3140f4a..656ca96 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ pip install robot-log-visualizer If you are in a Linux distribution you can use the [`AppImage`](https://appimage.org/). Please run the following command on your terminal. Remeber to change the `version` number in the following command ```console -version=0.2.0 +version=0.2.1 wget https://github.com/ami-iit/robot-log-visualizer/releases/download/v${version}/robot-log-visualizer-${version}-x86_64.AppImage chmod a+x robot-log-visualizer-${version}-x86_64.AppImage ```