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:
2222 app_info :
2323 id : com.robot-log-visualizer.ami
2424 name : robot-log-visualizer
25- version : 0.1.4
25+ version : 0.1.5
2626 icon : robot-log-visualizer-icon
2727 # Set the python executable as entry point
2828 exec : usr/bin/python3
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pip install robot-log-visualizer
3232If you are in a Linux distribution you can use the [ ` AppImage ` ] ( https://appimage.org/ ) .
3333Please run the following command on your terminal. Remeber to change the ` version ` number in the following command
3434``` console
35- version=0.1.4
35+ version=0.1.5
3636wget https://github.com/ami-iit/robot-log-visualizer/releases/download/v${version}/robot-log-visualizer-${version}-x86_64.AppImage
3737chmod a+x robot-log-visualizer-${version}-x86_64.AppImage
3838```
You can’t perform that action at this time.
0 commit comments