Skip to content

Commit 6cf4ea3

Browse files
committed
Bump version to 3.0.7
1 parent deef7ed commit 6cf4ea3

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.0.6"
3+
s.version = "3.0.7"
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.0.6
21+
CURRENT_PROJECT_VERSION = 3.0.7
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.0.6";
49+
NSString *const SentryClientVersionString = @"3.0.7";
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.0.6"
28+
"SENTRY_COCOA_TAG": "3.0.7"
2929
}
3030
}

0 commit comments

Comments
 (0)