From 46f27d30ca4b402c3e9e7159e55b63577172532d Mon Sep 17 00:00:00 2001 From: Giulio Romualdi Date: Tue, 14 Jun 2022 00:16:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20v0.1.6?= 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 d6959e3..bbcbf7d 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.1.5 + version: 0.1.6 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 9f86d3a..fbd9ca3 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.1.5 +version=0.1.6 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 ```