Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod authored Jun 17, 2018
1 parent 099dc6b commit 98e1409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord_plugin_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function __shortcuts()
return array_merge(parent::$shortcuts, $shortcuts);
}

public $version = '1.1.2';
public $version = '1.1.1';
public $build = '';
public $copyright = 'GodMod';
public $vstatus = 'Stable';
Expand Down Expand Up @@ -136,4 +136,4 @@ private function gen_admin_menu()
}

}
?>
?>

0 comments on commit 98e1409

Please sign in to comment.