diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 4d9f607..352616c 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.3.0 + version: 0.4.0 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 fc27fb6..c428117 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.3.0 +version=0.4.0 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 ```