Skip to content

Commit

Permalink
Bump version to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Jun 14, 2017
1 parent f4c7f40 commit e6a558e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sentry.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sentry"
s.version = "3.0.8"
s.version = "3.0.9"
s.summary = "Sentry client for cocoa"
s.homepage = "https://github.com/getsentry/sentry-cocoa"
s.license = "mit"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Configuration/Sentry.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MACH_O_TYPE = mh_dylib
FRAMEWORK_VERSION = A

PRODUCT_NAME = Sentry
CURRENT_PROJECT_VERSION = 3.0.8
CURRENT_PROJECT_VERSION = 3.0.9
INFOPLIST_FILE = Sources/Sentry/Info.plist
PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry
ALWAYS_SEARCH_USER_PATHS = NO
Expand Down
2 changes: 1 addition & 1 deletion Sources/Sentry/SentryClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

NS_ASSUME_NONNULL_BEGIN

NSString *const SentryClientVersionString = @"3.0.8";
NSString *const SentryClientVersionString = @"3.0.9";
NSString *const SentryClientSdkName = @"sentry-cocoa";

static SentryClient *sharedClient = nil;
Expand Down
2 changes: 1 addition & 1 deletion docs/sentry-doc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}
},
"vars": {
"SENTRY_COCOA_TAG": "3.0.8"
"SENTRY_COCOA_TAG": "3.0.9"
}
}

0 comments on commit e6a558e

Please sign in to comment.