Skip to content

Commit d017014

Browse files
committed
Bump version to 3.4.3
1 parent eeaf1b6 commit d017014

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Sentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Sentry"
3-
s.version = "3.4.2"
3+
s.version = "3.4.3"
44
s.summary = "Sentry client for cocoa"
55
s.homepage = "https://github.com/getsentry/sentry-cocoa"
66
s.license = "mit"

Sources/Configuration/Sentry.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MACH_O_TYPE = mh_dylib
1818
FRAMEWORK_VERSION = A
1919

2020
PRODUCT_NAME = Sentry
21-
CURRENT_PROJECT_VERSION = 3.4.2
21+
CURRENT_PROJECT_VERSION = 3.4.3
2222
INFOPLIST_FILE = Sources/Sentry/Info.plist
2323
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
2424
ALWAYS_SEARCH_USER_PATHS = NO

Sources/Sentry/SentryClient.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
NS_ASSUME_NONNULL_BEGIN
4848

49-
NSString *const SentryClientVersionString = @"3.4.2";
49+
NSString *const SentryClientVersionString = @"3.4.3";
5050
NSString *const SentryClientSdkName = @"sentry-cocoa";
5151

5252
static SentryClient *sharedClient = nil;

docs/sentry-doc-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
}
2626
},
2727
"vars": {
28-
"SENTRY_COCOA_TAG": "3.4.2"
28+
"SENTRY_COCOA_TAG": "3.4.3"
2929
}
3030
}

0 commit comments

Comments
 (0)