Skip to content

Commit 451a56e

Browse files
🚀 Bump v0.4.1
1 parent d7601df commit 451a56e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ AppDir:
2222
app_info:
2323
id: com.robot-log-visualizer.ami
2424
name: robot-log-visualizer
25-
version: 0.4.0
25+
version: 0.4.1
2626
icon: robot-log-visualizer-icon
2727
# Set the python executable as entry point
2828
exec: usr/bin/python3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pip install robot-log-visualizer
3232
If you are in a Linux distribution you can use the [`AppImage`](https://appimage.org/).
3333
Please run the following command on your terminal. Remeber to change the `version` number in the following command
3434
```console
35-
version=0.4.0
35+
version=0.4.1
3636
wget https://github.com/ami-iit/robot-log-visualizer/releases/download/v${version}/robot-log-visualizer-${version}-x86_64.AppImage
3737
chmod a+x robot-log-visualizer-${version}-x86_64.AppImage
3838
```

0 commit comments

Comments
 (0)