From c64e3c47ed31913070fad8ea2697933cfc586331 Mon Sep 17 00:00:00 2001 From: Giulio Romualdi Date: Thu, 25 Aug 2022 01:14:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20v0.2.2?= 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 efef8e0..f4aed31 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.1 + version: 0.2.2 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 656ca96..7138dba 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.1 +version=0.2.2 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 ```