Skip to content

Commit

Permalink
prepare release 1.1.2-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertHeim committed Sep 23, 2014
1 parent 0d5c110 commit d57bc03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "Displays statistics of the latest activities on the boards index site.",
"homepage": "https://github.com/RobertHeim/phpbb3_1-ext-activitystats",
"version": "1.1.1-DEV",
"version": "1.1.2-DEV",
"time": "2014-09-14",
"keywords": ["phpbb", "extension", "activity stats", "statistics", "who was here"],
"license": "GPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions migrations/release_1_1_1.php → migrations/release_1_1_2.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
*/
use robertheim\activitystats\MODES;

class release_1_1_1 extends \phpbb\db\migration\migration
class release_1_1_2 extends \phpbb\db\migration\migration
{
protected $version = "1.1.1-DEV";
protected $version = "1.1.2-DEV";

protected $config_prefix = "robertheim_activitystats";

Expand Down

0 comments on commit d57bc03

Please sign in to comment.