Skip to content

Commit

Permalink
Merge pull request #52 from unrealities/0327
Browse files Browse the repository at this point in the history
v03.26
  • Loading branch information
unrealities authored Oct 4, 2024
2 parents f78ec9c + 2ed2bbc commit fdf7dff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder/Installer.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; -- MtgaDraft.iss --
[Setup]
AppName=MTGA Draft Tool
AppVersion=3.26
AppVersion=3.27
WizardStyle=modern
DefaultDirName={sd}\MtgaDraftTool
DefaultGroupName=MtgaDraftTool
Expand All @@ -11,7 +11,7 @@ Compression=lzma2
UsePreviousAppDir=yes
SolidCompression=yes
OutputDir={app}
OutputBaseFilename=MTGA_Draft_Tool_V0326
OutputBaseFilename=MTGA_Draft_Tool_V0327
InfoAfterFile=..\release_notes.txt
[Files]
Source: "..\dist\MTGA_Draft_Tool.exe"; DestDir: "{app}"
Expand Down
3 changes: 3 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
===================== RELEASE NOTES 3.27 =====================
* FiYir addressed issue around sealed deck pools

===================== RELEASE NOTES 3.26 =====================
* FiYir Fixed issue [Bug]: OTJ ArenaDirect is detected as MH3 ArenaDirect and no picks are detected #42

Expand Down
2 changes: 1 addition & 1 deletion src/overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
except ImportError:
pass

APPLICATION_VERSION = 3.26
APPLICATION_VERSION = 3.27

HOTKEY_CTRL_G = '\x07'

Expand Down
2 changes: 1 addition & 1 deletion tests/test_app_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def invalid_input_url():

@pytest.fixture
def valid_input_url_zip():
return "https://github.com/unrealities/MTGA_Draft_17Lands/releases/download/MTGA_Draft_Tool_V0325/MTGA_Draft_Tool_V0325.zip"
return "https://github.com/unrealities/MTGA_Draft_17Lands/releases/download/MTGA_Draft_Tool_V0326/MTGA_Draft_Tool_V0326.zip"

@pytest.fixture
def output_filename():
Expand Down

0 comments on commit fdf7dff

Please sign in to comment.