Skip to content

Commit d73ebd0

Browse files
author
getsentry-bot
committed
Merge branch 'release/7.30.0'
2 parents 7ade7ad + 3e56a8d commit d73ebd0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 7.30.0
44

55
### Features
66

Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@
10961096
"$(inherited)",
10971097
"@executable_path/Frameworks",
10981098
);
1099-
MARKETING_VERSION = 7.29.0;
1099+
MARKETING_VERSION = 7.30.0;
11001100
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
11011101
PRODUCT_NAME = "$(TARGET_NAME)";
11021102
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift";
@@ -1125,7 +1125,7 @@
11251125
"$(inherited)",
11261126
"@executable_path/Frameworks",
11271127
);
1128-
MARKETING_VERSION = 7.29.0;
1128+
MARKETING_VERSION = 7.30.0;
11291129
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift";
11301130
PRODUCT_NAME = "$(TARGET_NAME)";
11311131
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift";
@@ -1770,7 +1770,7 @@
17701770
"$(inherited)",
17711771
"@executable_path/Frameworks",
17721772
);
1773-
MARKETING_VERSION = 7.29.0;
1773+
MARKETING_VERSION = 7.30.0;
17741774
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
17751775
PRODUCT_NAME = "$(TARGET_NAME)";
17761776
PROVISIONING_PROFILE_SPECIFIER = "match Development io.sentry.sample.iOS-Swift.Clip";
@@ -1805,7 +1805,7 @@
18051805
"$(inherited)",
18061806
"@executable_path/Frameworks",
18071807
);
1808-
MARKETING_VERSION = 7.29.0;
1808+
MARKETING_VERSION = 7.30.0;
18091809
PRODUCT_BUNDLE_IDENTIFIER = "io.sentry.sample.iOS-Swift.Clip";
18101810
PRODUCT_NAME = "$(TARGET_NAME)";
18111811
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.sentry.sample.iOS-Swift.Clip";

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 = "7.29.0"
3+
s.version = "7.30.0"
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
@@ -28,7 +28,7 @@ MACH_O_TYPE = mh_dylib
2828
FRAMEWORK_VERSION = A
2929

3030
PRODUCT_NAME = Sentry
31-
CURRENT_PROJECT_VERSION = 7.29.0
31+
CURRENT_PROJECT_VERSION = 7.30.0
3232
INFOPLIST_FILE = Sources/Sentry/Info.plist
3333
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
3434
ALWAYS_SEARCH_USER_PATHS = NO

Sources/Sentry/SentryMeta.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ @implementation SentryMeta
55
// Don't remove the static keyword. If you do the compiler adds the constant name to the global
66
// symbol table and it might clash with other constants. When keeping the static keyword the
77
// compiler replaces all occurrences with the value.
8-
static NSString *versionString = @"7.29.0";
8+
static NSString *versionString = @"7.30.0";
99
static NSString *sdkName = @"sentry.cocoa";
1010

1111
+ (NSString *)versionString

0 commit comments

Comments
 (0)