Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wallenium committed Jan 8, 2015
1 parent 83522e1 commit 059929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchlight2.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if(!class_exists('torchlight2')) {
class torchlight2 extends game_generic {
protected static $apiLevel = 20;
public $version = '0.1.2';
public $version = '1.0.0';
protected $this_game = 'torchlight2';
protected $types = array('classes', 'races', 'factions', 'filters');
protected $classes = array();
Expand Down

0 comments on commit 059929c

Please sign in to comment.