Skip to content

Commit

Permalink
Correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
darklrd committed Mar 10, 2017
1 parent a7d69a0 commit 6f09874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iFlyChat.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function __construct($app_id = '', $api_key = '', $settings = array())
);
$this->settings = array(
'base' => '',
'version' => 'PHP-2.0.3',
'version' => 'PHP-2.1.1',
'HOST' => 'http://api.iflychat.com',
'A_HOST' => 'https://api.iflychat.com',
'PORT' => 80,
Expand Down

0 comments on commit 6f09874

Please sign in to comment.