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 3015a3b commit a361b73Copy full SHA for a361b73
CHANGELOG.md
@@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
+## 1.0.4 (TBD)
8
+
9
+* TBD
10
11
## [1.0.3](https://github.com/ngageoint/grid-ios/releases/tag/1.0.3) (09-16-2022)
12
13
* GridPoint to coordinate (CLLocationCoordinate2D) method
grid-ios.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'grid-ios'
3
- s.version = '1.0.3'
+ s.version = '1.0.4'
s.license = {:type => 'MIT', :file => 'LICENSE' }
s.summary = 'iOS SDK for Grids'
s.homepage = 'https://github.com/ngageoint/grid-ios'
0 commit comments