Skip to content

Commit

Permalink
release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Mar 22, 2024
1 parent 9d67448 commit 62e47da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Aptabase.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Aptabase'
s.version = '0.3.7'
s.version = '0.3.8'
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' }
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.3.8

* Add `deviceModel`

## 0.3.7

* Add support for visionOS
Expand Down
2 changes: 1 addition & 1 deletion Sources/Aptabase/AptabaseClient.swift
@@ -1,7 +1,7 @@
import Foundation

class AptabaseClient {
private static let sdkVersion = "aptabase-swift@0.3.7"
private static let sdkVersion = "aptabase-swift@0.3.8"
// Session expires after 1 hour of inactivity
private static let sessionTimeout: TimeInterval = 1 * 60 * 60

Expand Down

0 comments on commit 62e47da

Please sign in to comment.