From 67a34cdf01c006e8f0d70568e0c9268931f93788 Mon Sep 17 00:00:00 2001 From: Daniel Griesser Date: Tue, 1 Aug 2017 11:47:59 +0200 Subject: [PATCH] Bump version to 3.3.0 --- Sentry.podspec | 2 +- Sources/Configuration/Sentry.xcconfig | 2 +- Sources/Sentry/SentryClient.m | 2 +- docs/sentry-doc-config.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sentry.podspec b/Sentry.podspec index 7f5ea023d2c..da41599df48 100644 --- a/Sentry.podspec +++ b/Sentry.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Sentry" - s.version = "3.2.1" + s.version = "3.3.0" s.summary = "Sentry client for cocoa" s.homepage = "https://github.com/getsentry/sentry-cocoa" s.license = "mit" diff --git a/Sources/Configuration/Sentry.xcconfig b/Sources/Configuration/Sentry.xcconfig index 0ddca442e7c..299b5b395b8 100644 --- a/Sources/Configuration/Sentry.xcconfig +++ b/Sources/Configuration/Sentry.xcconfig @@ -18,7 +18,7 @@ MACH_O_TYPE = mh_dylib FRAMEWORK_VERSION = A PRODUCT_NAME = Sentry -CURRENT_PROJECT_VERSION = 3.2.1 +CURRENT_PROJECT_VERSION = 3.3.0 INFOPLIST_FILE = Sources/Sentry/Info.plist PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry ALWAYS_SEARCH_USER_PATHS = NO diff --git a/Sources/Sentry/SentryClient.m b/Sources/Sentry/SentryClient.m index 68f8ca15127..74d6ee54b8f 100644 --- a/Sources/Sentry/SentryClient.m +++ b/Sources/Sentry/SentryClient.m @@ -46,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN -NSString *const SentryClientVersionString = @"3.2.1"; +NSString *const SentryClientVersionString = @"3.3.0"; NSString *const SentryClientSdkName = @"sentry-cocoa"; static SentryClient *sharedClient = nil; diff --git a/docs/sentry-doc-config.json b/docs/sentry-doc-config.json index 65907baf718..cc21f9885be 100644 --- a/docs/sentry-doc-config.json +++ b/docs/sentry-doc-config.json @@ -25,6 +25,6 @@ } }, "vars": { - "SENTRY_COCOA_TAG": "3.2.1" + "SENTRY_COCOA_TAG": "3.3.0" } }