From 02621ebaab8af7ad09386bbf2969616c147e2b09 Mon Sep 17 00:00:00 2001 From: Giulio Romualdi Date: Mon, 25 Sep 2023 23:20:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20v0.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppImageBuilder.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AppImageBuilder.yml b/AppImageBuilder.yml index 52f56a3..7cc3af5 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.6.0 + version: 0.6.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 71b4518..c797c13 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.6.0 +version=0.6.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 ```