File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ AppDir:
22
22
app_info :
23
23
id : com.robot-log-visualizer.ami
24
24
name : robot-log-visualizer
25
- version : 0.4.1
25
+ version : 0.5.0
26
26
icon : robot-log-visualizer-icon
27
27
# Set the python executable as entry point
28
28
exec : usr/bin/python3
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pip install robot-log-visualizer
32
32
If you are in a Linux distribution you can use the [ ` AppImage ` ] ( https://appimage.org/ ) .
33
33
Please run the following command on your terminal. Remeber to change the ` version ` number in the following command
34
34
``` console
35
- version=0.4.1
35
+ version=0.5.0
36
36
wget https://github.com/ami-iit/robot-log-visualizer/releases/download/v${version}/robot-log-visualizer-${version}-x86_64.AppImage
37
37
chmod a+x robot-log-visualizer-${version}-x86_64.AppImage
38
38
```
You can’t perform that action at this time.
0 commit comments