diff --git a/ARCL.podspec b/ARCL.podspec index 3f906c00..1717e6fd 100644 --- a/ARCL.podspec +++ b/ARCL.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ARCL" - s.version = "1.3.0" + s.version = "1.3.1" s.summary = "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data." s.homepage = "https://github.com/ProjectDent/arkit-corelocation" s.author = { "Andrew Hart" => "Andrew@ProjectDent.com" } diff --git a/Podfile.lock b/Podfile.lock index ca5b010d..750addaf 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - ARCL (1.3.0) + - ARCL (1.3.1) DEPENDENCIES: - ARCL (from `.`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "." SPEC CHECKSUMS: - ARCL: db48b6927d6f3f49f29568295ed91c94ab8d4aab + ARCL: ba0770a5053d0119cf5b463cf2b6d639f41af387 PODFILE CHECKSUM: 04e43f38027ede89f9e337472eda1d02b852e5c2 diff --git a/Pods/Local Podspecs/ARCL.podspec.json b/Pods/Local Podspecs/ARCL.podspec.json index b0c445cf..5676e43c 100644 --- a/Pods/Local Podspecs/ARCL.podspec.json +++ b/Pods/Local Podspecs/ARCL.podspec.json @@ -1,6 +1,6 @@ { "name": "ARCL", - "version": "1.3.0", + "version": "1.3.1", "summary": "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data.", "homepage": "https://github.com/ProjectDent/arkit-corelocation", "authors": { @@ -12,7 +12,7 @@ }, "source": { "git": "https://ProjectDent@github.com/ProjectDent/ARKit-CoreLocation.git", - "tag": "1.3.0", + "tag": "1.3.1", "submodules": false }, "platforms": { diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index ca5b010d..750addaf 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - ARCL (1.3.0) + - ARCL (1.3.1) DEPENDENCIES: - ARCL (from `.`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "." SPEC CHECKSUMS: - ARCL: db48b6927d6f3f49f29568295ed91c94ab8d4aab + ARCL: ba0770a5053d0119cf5b463cf2b6d639f41af387 PODFILE CHECKSUM: 04e43f38027ede89f9e337472eda1d02b852e5c2 diff --git a/Pods/Target Support Files/ARCL/ARCL-Info.plist b/Pods/Target Support Files/ARCL/ARCL-Info.plist index b6b2813d..10f280eb 100644 --- a/Pods/Target Support Files/ARCL/ARCL-Info.plist +++ b/Pods/Target Support Files/ARCL/ARCL-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleVersion diff --git a/changelog.md b/changelog.md index 08359dbd..b7d26f97 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,5 @@ # Changelog +- 1.3.1 - 1.3.0 - [PR #255 - Fix minor error with placement of route steps](https://github.com/ProjectDent/ARKit-CoreLocation/pull/255) - [PR #249 - Fix Memory Leak](https://github.com/ProjectDent/ARKit-CoreLocation/pull/249)