Skip to content

Commit 9263418

Browse files
🚀 Bump v0.5.0
1 parent 1bb9bcc commit 9263418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1
25+
version: 0.5.0
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.1
35+
version=0.5.0
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)