diff --git a/SentrySwift/Info.plist b/SentrySwift/Info.plist index 8bce5c73193..07b3f7e71fe 100644 --- a/SentrySwift/Info.plist +++ b/SentrySwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.0 + 1.4.1 CFBundleSignature ???? CFBundleVersion diff --git a/Sources/Sentry.swift b/Sources/Sentry.swift index b69d7b3afd2..6ee1b7484c4 100644 --- a/Sources/Sentry.swift +++ b/Sources/Sentry.swift @@ -78,7 +78,7 @@ internal enum SentryError: Error { // MARK: - Enums internal struct Info { - static let version: String = "1.4.0" + static let version: String = "1.4.1" static let sentryVersion: Int = 7 } diff --git a/docs/sentry-doc-config.json b/docs/sentry-doc-config.json index 6ae9f992cfd..e994f2a3e0f 100644 --- a/docs/sentry-doc-config.json +++ b/docs/sentry-doc-config.json @@ -14,6 +14,6 @@ } }, "vars": { - "SENTRY_SWIFT_TAG": "1.4.0" + "SENTRY_SWIFT_TAG": "1.4.1" } }