Skip to content

Commit 565e305

Browse files
committed
Bump version.
1 parent a72925e commit 565e305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AsyncLocationKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AsyncLocationKit'
33
s.module_name = 'AsyncLocationKit'
4-
s.version = '1.5.2'
4+
s.version = '1.5.3'
55
s.summary = '📍async/await CoreLocation'
66
s.homepage = 'https://github.com/AsyncSwift/AsyncLocationKit'
77
s.license = 'MIT'

Sources/AsyncLocationKit/AsyncLocationKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
import Foundation
2424

25-
public let version: String = "1.0.5"
25+
public let version: String = "1.5.3"

0 commit comments

Comments
 (0)