Skip to content

Commit 1b484d4

Browse files
changelog & podspec updated
1 parent 1fd2aaa commit 1b484d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
`navigine.framework` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.3.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.1) / 2023-06-15
6+
* Improved indoor positioning algorithm
7+
* Added shove gesture support
8+
59
## [2.3.0](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.3.0) / 2023-05-23
610
* Improved indoor positioning algorithm
711

Navigine.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Navigine'
3-
spec.version = '2.3.0'
3+
spec.version = '2.3.1'
44
spec.license = { :type => 'Custom', :text => 'Navigine Licence'}
55
spec.summary = "iOS SDK for performing indoor navigation"
66
spec.platform = :ios, "11.0"
77
spec.homepage = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0'
88
spec.authors = { 'Pavel Tychinin' => '[email protected]' }
9-
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.3.0' }
9+
spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.3.1' }
1010
spec.documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started'
1111
spec.vendored_frameworks = 'Frameworks/Navigine.framework'
1212
# spec.vendored_libraries = 'Frameworks/navigine.framework/Navigine'

0 commit comments

Comments
 (0)