Skip to content

Commit

Permalink
Merge pull request #166 from intere/release/1.1.0
Browse files Browse the repository at this point in the history
Created version 1.1.0
  • Loading branch information
aaronbrethorst authored Mar 7, 2019
2 parents 8698199 + 71cbec0 commit e23d5eb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ARCL.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ARCL"
s.version = "1.0.4"
s.version = "1.1.0"
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" => "[email protected]" }
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- ARCL (1.0.4)
- ARCL (1.1.0)

DEPENDENCIES:
- ARCL (from `.`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: .

SPEC CHECKSUMS:
ARCL: f759ad05cd3aef4ff81ea69b0774ed96c49aa544
ARCL: de572e728e225494df56183b23e5203581915ffd

PODFILE CHECKSUM: 0253a6a9d478bb7f0d71292e3283c52bdad2bd40

Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/ARCL.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Target Support Files/ARCL/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- [PR #59 - Routing / Polylines](https://github.com/ProjectDent/ARKit-CoreLocation/pull/159)
- Adds the ability to take an array of `MKRoute` objects and render it as a route in AR (similar to the demo gif on the README)
- Updates the demo app to allow you to demonstrate this capability
- 1.1.0
- [PR #59 - Routing / Polylines](https://github.com/ProjectDent/ARKit-CoreLocation/pull/159)
- Adds the ability to take an array of `MKRoute` objects and render it as a route in AR (similar to the demo gif on the README)
- Updates the demo app to allow you to demonstrate this capability

0 comments on commit e23d5eb

Please sign in to comment.