Skip to content

Commit 157685d

Browse files
committed
0.3.6
1 parent 82358e9 commit 157685d

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.5'
3+
s.version = '0.3.6'
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.6
2+
3+
* Fix bad formatting in podspec
4+
15
## 0.3.5
26

37
* Only include .h, .m, .swift files in the podspec

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].5"
4+
private static let sdkVersion = "[email protected].6"
55
// Session expires after 1 hour of inactivity
66
private static let sessionTimeout: TimeInterval = 1 * 60 * 60
77

0 commit comments

Comments
 (0)