Skip to content

Commit

Permalink
🚀 Bump v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Aug 24, 2022
1 parent 8931476 commit c64e3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AppDir:
app_info:
id: com.robot-log-visualizer.ami
name: robot-log-visualizer
version: 0.2.1
version: 0.2.2
icon: robot-log-visualizer-icon
# Set the python executable as entry point
exec: usr/bin/python3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1
version=0.2.2
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
```
Expand Down

0 comments on commit c64e3c4

Please sign in to comment.