Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Le Provost committed Dec 13, 2016
1 parent d3519ac commit f89ff93
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch-Core-Offline-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch-Core-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f89ff93

Please sign in to comment.