From a85477d37aeec94e280f1c9f2231f38a4ae5ebb1 Mon Sep 17 00:00:00 2001 From: daniel-statsig Date: Tue, 2 Aug 2022 15:47:18 -0700 Subject: [PATCH] bump version --- Sources/Statsig/DeviceEnvironment.swift | 2 +- Statsig.podspec | 2 +- StatsigInternalObjC.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Statsig/DeviceEnvironment.swift b/Sources/Statsig/DeviceEnvironment.swift index efe6c3a..23b0fc8 100644 --- a/Sources/Statsig/DeviceEnvironment.swift +++ b/Sources/Statsig/DeviceEnvironment.swift @@ -7,7 +7,7 @@ struct DeviceEnvironment { var deviceOS: String = "iOS" var sdkType: String = "ios-client" - var sdkVersion: String = "1.13.0" + var sdkVersion: String = "1.13.1" var sessionID: String? { UUID().uuidString } var systemVersion: String { UIDevice.current.systemVersion } var systemName: String { UIDevice.current.systemName } diff --git a/Statsig.podspec b/Statsig.podspec index d4a5402..9a7dec5 100644 --- a/Statsig.podspec +++ b/Statsig.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "Statsig" - spec.version = "1.13.0" + spec.version = "1.13.1" spec.summary = "Statsig enables developers to ship code faster and more safely." spec.description = <<-DESC Statsig enables developers to ship code faster and more safely by providing: diff --git a/StatsigInternalObjC.podspec b/StatsigInternalObjC.podspec index 75a6d84..419e408 100644 --- a/StatsigInternalObjC.podspec +++ b/StatsigInternalObjC.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "StatsigInternalObjC" - spec.version = "1.13.0" + spec.version = "1.13.1" spec.summary = "Statsig enables developers to ship code faster and more safely." spec.description = <<-DESC Statsig enables developers to ship code faster and more safely.