Skip to content

Commit

Permalink
Chore: Set version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
R0land013 committed Apr 21, 2023
1 parent 9621c71 commit 57aaea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- run: pip install pyinstaller
- run: pip install -r requirements.txt
- run: pyinstaller -F --add-data ".\view\ui\*.ui;.\view\ui" --add-data ".\view\ui\assets\*.png;.\view\ui\assets" --windowed --icon=favicon.ico --name "Blue Nauta v0.1.0" main.py
- run: pyinstaller -F --add-data ".\view\ui\*.ui;.\view\ui" --add-data ".\view\ui\assets\*.png;.\view\ui\assets" --windowed --icon=favicon.ico --name "Blue Nauta v0.1.1" main.py

- uses: xresloader/upload-to-github-release@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AppDir:
id: github.com.R0land013.blue-nauta
name: Blue Nauta
icon: bluenauta
version: 0.1.0
version: 0.1.1
# Set the python executable as entry point
exec: main

Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.1 (21-April-2023)

- Added app name and window icon while running

## v0.1.0 (30-March-2023)

- User can initialize session
Expand Down

0 comments on commit 57aaea7

Please sign in to comment.