Skip to content

Commit

Permalink
Version bump to 1.3.4
Browse files Browse the repository at this point in the history
koraktor committed Mar 29, 2013
1 parent eda6fc5 commit e21c3ff
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.3",
"version": "1.3.4",
"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.3');
define('STEAM_CONDENSER_VERSION', '1.3.4');

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

0 comments on commit e21c3ff

Please sign in to comment.