From 42c21750321d4204003cc65055e5bae0bb62f4cd Mon Sep 17 00:00:00 2001 From: goenning Date: Thu, 8 Feb 2024 19:47:43 +0000 Subject: [PATCH] * Add support for visionOS --- Aptabase.podspec | 2 +- CHANGELOG.md | 4 ++++ Sources/Aptabase/AptabaseClient.swift | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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