Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ Contributions are welcome. Feel free to submit a pull request!

## Change log

* 1.1 - Ruby client parity: connection reuse, default search parameters, associative array decoding, Markdown output
* 1.0 - First stable version

## Conclusion
Expand Down
1 change: 1 addition & 0 deletions README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ Contributions are welcome. Feel free to submit a pull request!

## Change log

* 1.1 - Ruby client parity: connection reuse, default search parameters, associative array decoding, Markdown output
* 1.0 - First stable version

## Conclusion
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace SerpApi;

class Client {
const VERSION = '1.0.0';
const VERSION = '1.1.0';
const BASE_URL = 'https://serpapi.com';
const DEFAULT_TIMEOUT = 120;

Expand Down