Skip to content

Commit 62e47da

Browse files
committed
release 0.3.8
1 parent 9d67448 commit 62e47da

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Aptabase.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Aptabase'
3-
s.version = '0.3.7'
3+
s.version = '0.3.8'
44
s.summary = 'Swift SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps'
55
s.homepage = 'https://aptabase.com'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.8
2+
3+
* Add `deviceModel`
4+
15
## 0.3.7
26

37
* Add support for visionOS

Sources/Aptabase/AptabaseClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
class AptabaseClient {
4-
private static let sdkVersion = "[email protected].7"
4+
private static let sdkVersion = "[email protected].8"
55
// Session expires after 1 hour of inactivity
66
private static let sessionTimeout: TimeInterval = 1 * 60 * 60
77

0 commit comments

Comments
 (0)