Skip to content

Commit

Permalink
Version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Aug 20, 2024
1 parent d165aaa commit 41703cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 3.0.2
## New
- Updated for Hearthstone 30.2.0
- Slightly reduced the number of games shown in the session recap from 10 to 8 to free up some vertical screen space.
## Bob's Buddy
- Added over 70 implementations for the new trinkets and new or updated cards.\
*We'll be monitoring the simulation accuracy and will likely issue another update within the coming days.*

# 3.0.1
## New
- Updated for Hearthstone 30.0.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 @@ -4177,7 +4177,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.0.1;
MARKETING_VERSION = 3.0.2;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down 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.1;
MARKETING_VERSION = 3.0.2;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit 41703cd

Please sign in to comment.