diff --git a/ChangeLog.md b/ChangeLog.md index 26cecb41..fccb4483 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,14 @@ Change Log ========== + +## 0.3.1 (2016-12-13) + +### Bug fixes + +- Fix handling of numeric refinements when disjunctive faceting is used + + ## 0.3 (2016-12-06) - [refact] Rebrand as "InstantSearch Core for Swift". **Breaking change:** Names of Git repository, module and pod have changed. diff --git a/InstantSearch-Core-Offline-Swift.podspec b/InstantSearch-Core-Offline-Swift.podspec index 3ebb2160..637f5ec3 100644 --- a/InstantSearch-Core-Offline-Swift.podspec +++ b/InstantSearch-Core-Offline-Swift.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ------------ s.name = 'InstantSearch-Core-Offline-Swift' s.module_name = 'InstantSearchCore' - s.version = '0.3' + s.version = '0.3.1' s.license = 'MIT' s.summary = 'Instant Search library for Swift by Algolia' s.homepage = 'https://github.com/algolia/instantsearch-core-swift' diff --git a/InstantSearch-Core-Swift.podspec b/InstantSearch-Core-Swift.podspec index e369c93a..7ec76ce2 100644 --- a/InstantSearch-Core-Swift.podspec +++ b/InstantSearch-Core-Swift.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # ------------ s.name = 'InstantSearch-Core-Swift' s.module_name = 'InstantSearchCore' - s.version = '0.3' + s.version = '0.3.1' s.license = 'MIT' s.summary = 'Instant Search library for Swift by Algolia' s.homepage = 'https://github.com/algolia/instantsearch-core-swift' diff --git a/Sources/Info.plist b/Sources/Info.plist index 9d456129..7e82fe10 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3 + 0.3.1 CFBundleSignature ???? CFBundleVersion