We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72925e commit 565e305Copy full SHA for 565e305
AsyncLocationKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = 'AsyncLocationKit'
3
s.module_name = 'AsyncLocationKit'
4
- s.version = '1.5.2'
+ s.version = '1.5.3'
5
s.summary = '📍async/await CoreLocation'
6
s.homepage = 'https://github.com/AsyncSwift/AsyncLocationKit'
7
s.license = 'MIT'
Sources/AsyncLocationKit/AsyncLocationKit.swift
@@ -22,4 +22,4 @@
22
23
import Foundation
24
25
-public let version: String = "1.0.5"
+public let version: String = "1.5.3"
0 commit comments