release 0.3.9

This commit is contained in:
Bogdan Ivanov
2024-06-14 20:41:09 +03:00
parent d87677017f
commit 6a6063441d
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aptabase'
s.version = '0.3.8'
s.version = '0.3.9'
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' }

View File

@@ -1,3 +1,8 @@
## 0.3.9
* Fix device model for Mac https://github.com/aptabase/aptabase-swift/pull/22
* Fix application hang/crash https://github.com/aptabase/aptabase-swift/pull/19
## 0.3.8
* Add `deviceModel`

View File

@@ -1,7 +1,7 @@
import Foundation
class AptabaseClient {
private static let sdkVersion = "aptabase-swift@0.3.8"
private static let sdkVersion = "aptabase-swift@0.3.9"
// Session expires after 1 hour of inactivity
private static let sessionTimeout: TimeInterval = 1 * 60 * 60