Skip to content

Commit

Permalink
Version 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Le Provost committed Apr 18, 2017
1 parent e826c38 commit b6648de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearch-Client-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Client-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '4.8'
s.version = '4.8.1'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
2 changes: 1 addition & 1 deletion AlgoliaSearch-Offline-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Offline-Swift'
s.module_name = 'AlgoliaSearch'
s.version = '4.8'
s.version = '4.8.1'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Swift.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-swift'
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## 4.8.1 (2017-04-18)

### Miscellaneous changes

- [offline] Better error reporting when building offline indices


## 4.8 (2017-04-03)

### New features
Expand Down
2 changes: 1 addition & 1 deletion Source/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>4.8</string>
<string>4.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit b6648de

Please sign in to comment.