Skip to content

Commit

Permalink
Merge pull request #178 from oat-sa/release-2.13.1
Browse files Browse the repository at this point in the history
Release 2.13.1
  • Loading branch information
gyszucs authored Jan 26, 2018
2 parents 47b6e17 + 61295ba commit 9f7b784
Show file tree
Hide file tree
Showing 3 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 @@ -14,7 +14,7 @@
],
"homepage" : "http://www.taotesting.com",
"license" : [
"GPL-2.0"
"GPL-2.0-only"
],
"extra" : {
"tao-extension-name" : "taoClientDiagnostic"
Expand Down
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'label' => 'Browser and OS diagnostic tool',
'description' => 'Check compatibility of the os and browser of a client',
'license' => 'GPL-2.0',
'version' => '2.13.0',
'version' => '2.13.1',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'tao' => '>=14.3.1',
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public function update($initialVersion)

$this->getServiceManager()->register(SchoolNameService::SERVICE_ID, new SchoolNameProvider());

$this->setVersion('2.13.0');
$this->setVersion('2.13.1');
}
}
}

0 comments on commit 9f7b784

Please sign in to comment.