We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9564cb commit 11dad0bCopy full SHA for 11dad0b
CHANGELOG.md
@@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
4
5
---
6
7
+## 4.0.3 (TBD)
8
+
9
+* TBD
10
11
## [4.0.2](https://github.com/ngageoint/tiff-ios/releases/tag/4.0.2) (11-06-2023)
12
13
* Module definition
tiff-ios.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'tiff-ios'
3
- s.version = '4.0.2'
+ s.version = '4.0.3'
s.license = {:type => 'MIT', :file => 'LICENSE' }
s.summary = 'iOS SDK for Tagged Image File Format'
s.homepage = 'https://github.com/ngageoint/tiff-ios'
0 commit comments