diff --git a/Aptabase.podspec b/Aptabase.podspec index 8061fbb..bcf38d4 100644 --- a/Aptabase.podspec +++ b/Aptabase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Aptabase' - s.version = '0.3.6' + s.version = '0.3.7' s.summary = 'Swift SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps' s.homepage = 'https://aptabase.com' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/CHANGELOG.md b/CHANGELOG.md index f59fa36..7566bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.7 + +* Add support for visionOS + ## 0.3.6 * Fix bad formatting in podspec diff --git a/Sources/Aptabase/AptabaseClient.swift b/Sources/Aptabase/AptabaseClient.swift index eb20e87..81236bf 100644 --- a/Sources/Aptabase/AptabaseClient.swift +++ b/Sources/Aptabase/AptabaseClient.swift @@ -1,7 +1,7 @@ import Foundation class AptabaseClient { - private static let sdkVersion = "aptabase-swift@0.3.6" + private static let sdkVersion = "aptabase-swift@0.3.7" // Session expires after 1 hour of inactivity private static let sessionTimeout: TimeInterval = 1 * 60 * 60