Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerobin committed Dec 21, 2016
1 parent 28f4dc6 commit d8533c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'label' => 'Browser and OS diagnostic tool',
'description' => 'Check compatibility of the os and browser of a client',
'license' => 'GPL-2.0',
'version' => '1.10.2',
'version' => '1.10.3',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'tao' => '>=4.0.0',
Expand Down
2 changes: 2 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,7 @@ public function update($initialVersion)

$this->setVersion('1.10.2');
}

$this->skip('1.10.2', '1.10.3');
}
}

0 comments on commit d8533c3

Please sign in to comment.