Skip to content

Commit

Permalink
Version 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoraes74 committed Nov 16, 2024
1 parent 0515d3f commit e5d86c5
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.1.2
## Fixes
- Fixed some crashes related to related cards manager
- Added code to prevent several other crashes

# 3.1.1
## New
- Added counter for The Ceaseless Expanse.
Expand Down
4 changes: 2 additions & 2 deletions HSTracker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5276,7 +5276,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.1.1;
MARKETING_VERSION = 3.1.2;
OTHER_CFLAGS = "$(inherited)";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -5324,7 +5324,7 @@
);
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/downloaded-frameworks/mono/runtimes/osx-x64/native";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 3.1.1;
MARKETING_VERSION = 3.1.2;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit e5d86c5

Please sign in to comment.