Skip to content

Commit

Permalink
Version bump to 1.3.7
Browse files Browse the repository at this point in the history
koraktor committed Oct 16, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 05e6011 commit a4c6665
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koraktor/steam-condenser",
"version": "1.3.6",
"version": "1.3.7",
"description": "The Steam Condenser is a multi-language library for querying the Steam Community, Source and GoldSrc game servers",
"keywords": [ "steam", "query", "source", "goldsrc", "community", "webapi" ],
"homepage": "http://koraktor.de/steam-condenser",
2 changes: 1 addition & 1 deletion lib/steam-condenser.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
*/

define('STEAM_CONDENSER_PATH', dirname(__FILE__) . '/');
define('STEAM_CONDENSER_VERSION', '1.3.6');
define('STEAM_CONDENSER_VERSION', '1.3.7');

require_once STEAM_CONDENSER_PATH . 'steam/servers/GoldSrcServer.php';
require_once STEAM_CONDENSER_PATH . 'steam/servers/MasterServer.php';

0 comments on commit a4c6665

Please sign in to comment.