Skip to content

Commit

Permalink
Merge pull request #161 from oat-sa/backport/7.2.2/update-translations
Browse files Browse the repository at this point in the history
Fixed versioning
  • Loading branch information
martijn-tao authored Aug 6, 2020
2 parents 87fe0de + 967d3b9 commit aa540bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'label' => 'Test-taker core extension',
'description' => 'TAO TestTaker extension',
'license' => 'GPL-2.0',
'version' => '7.2.3',
'version' => '7.2.2.1',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => [
'tao' => '>=36.1.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ public function update($initialVersion)
$this->setVersion('3.11.0');
}

$this->skip('3.11.0', '7.2.3');
$this->skip('3.11.0', '7.2.2.1');
}
}

0 comments on commit aa540bc

Please sign in to comment.