Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 committed May 10, 2024
1 parent 3de31cb commit 3c286b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-exe-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: update version number
run: |
echo 1.0.18 > AzerothAuctionAssassin-windows\AzerothAuctionAssassin\Resources\appVersion.txt
echo 1.0.19 > AzerothAuctionAssassin-windows\AzerothAuctionAssassin\Resources\appVersion.txt
- name: Build EXE
run: |
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.18
release_name: Release v1.0.18
tag_name: v1.0.19
release_name: Release v1.0.19
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion AzerothAuctionAssassin.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(self):
class App(QMainWindow):
def __init__(self):
super(App, self).__init__()
self.title = "Azeroth Auction Assassin v1.0.18"
self.title = "Azeroth Auction Assassin v1.0.19"
self.left = 100
self.top = 100
self.width = 550
Expand Down

0 comments on commit 3c286b8

Please sign in to comment.