Skip to content

Commit

Permalink
Bump to 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dethi committed Jun 16, 2015
1 parent 7951857 commit 7c736db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AlgoliaSearch-Client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlgoliaSearch-Client'
s.version = '3.4.4'
s.version = '3.4.5'
s.license = 'MIT'
s.summary = 'Algolia Search API Client for iOS & OS X written in Objective-C.'
s.homepage = 'https://github.com/algolia/algoliasearch-client-objc'
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGELOG

2015-06-16
* new browse method that takes a ASQuery object

2015-06-08
* Remove DSN flag

Expand Down
2 changes: 1 addition & 1 deletion src/ASAPIClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <Cocoa/Cocoa.h>
#endif

NSString *const Version = @"3.4.4";
NSString *const Version = @"3.4.5";

@implementation ASAPIClient

Expand Down

0 comments on commit 7c736db

Please sign in to comment.