Skip to content

Commit 6501630

Browse files
committed
Version 3.4.3
1 parent 0c55908 commit 6501630

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 3.4.3
2+
## New
3+
- Updated for Herthstone 34.2.0
4+
- Added deck highlight to All You Can Eat and Shroud of Concealment.
5+
## Fixes
6+
- Fixed an issue where fabled cards could appear duplicated in opponent's decklist.
7+
- Fix Dragons Played Counter inaccuracy in some cases.
8+
## Bob's Buddy
9+
- Fix summoning cards from hand not being supported.
10+
- Fix Choral Mrrrglr not being supported for opponent.
11+
112
# 3.4.2
213
## New
314
- Updated for Hearthstone 34.0.2

HSTracker.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6960,7 +6960,7 @@
69606960
"$(SDKROOT)/usr/lib/swift",
69616961
);
69626962
MACOSX_DEPLOYMENT_TARGET = 10.14;
6963-
MARKETING_VERSION = 3.4.2;
6963+
MARKETING_VERSION = 3.4.3;
69646964
OTHER_CFLAGS = "$(inherited)";
69656965
OTHER_CODE_SIGN_FLAGS = "--deep";
69666966
OTHER_LDFLAGS = (
@@ -7011,7 +7011,7 @@
70117011
"$(SDKROOT)/usr/lib/swift",
70127012
);
70137013
MACOSX_DEPLOYMENT_TARGET = 10.14;
7014-
MARKETING_VERSION = 3.4.2;
7014+
MARKETING_VERSION = 3.4.3;
70157015
OTHER_CODE_SIGN_FLAGS = "--deep";
70167016
OTHER_LDFLAGS = (
70177017
"$(inherited)",

HSTracker/cards-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
231191
1+
231720

0 commit comments

Comments
 (0)