Skip to content

Commit

Permalink
Version 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Oct 2, 2024
1 parent 166eaa6 commit 5a496c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.0.6
## Fixes
- Fixed crash when opening Battlegrounds preferences pane
- Fixed crash when opponent discovers a card

# 3.0.5
## New
- Updated for Hearthstone 30.4.3
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4225,7 +4225,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.5;
MARKETING_VERSION = 3.0.6;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -4273,7 +4273,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.5;
MARKETING_VERSION = 3.0.6;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit 5a496c6

Please sign in to comment.