Skip to content

Commit

Permalink
readme & version update
Browse files Browse the repository at this point in the history
  • Loading branch information
david-schrenker committed Apr 21, 2021
1 parent bd36675 commit c91d6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion InjectionApi/src/SocketLabsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SocketLabsClient{
private $serverId;
private $apiKey;

const VERSION = "1.1.1";
const VERSION = "1.1.2";
public $version = self::VERSION;

/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document

<a name="version"></a>
# Version
* 1.1.2 - Add support of PHP 8.0
* 1.1.1 - Adding request timeout value on the client for Http requests
* 1.1.0 - Adds Amp Html Support
* 1.0.0 - Initial Release
Expand Down

0 comments on commit c91d6b9

Please sign in to comment.