Skip to content

Commit

Permalink
V0.2.3
Browse files Browse the repository at this point in the history
Fixes #19
  • Loading branch information
tomolimo committed Jan 22, 2018
1 parent c43e339 commit 81fb2ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions formvalidation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
<issues>https://github.com/tomolimo/formvalidation/issues</issues>
<readme>https://github.com/tomolimo/formvalidation/wiki</readme>
<authors>
<author>Olivier Moron </author>
<author>Olivier Moron</author>
</authors>
<versions>
<version>
<num>0.2.2</num>
<num>0.2.3</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>0.2.2</num>
<num>0.2.3</num>
<compatibility>9.1</compatibility>
</version>
<version>
<num>0.2.2</num>
<num>0.2.3</num>
<compatibility>0.90</compatibility>
</version>
<version>
<num>0.2.2</num>
<num>0.2.3</num>
<compatibility>0.85</compatibility>
</version>
</versions>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function plugin_init_formvalidation() {
function plugin_version_formvalidation() {

return array('name' => 'Form Validation',
'version' => '0.2.2',
'version' => '0.2.3',
'author' => 'Olivier Moron',
'license' => 'GPLv2+',
'homepage' => 'https://github.com/tomolimo/formvalidation',
Expand Down

0 comments on commit 81fb2ef

Please sign in to comment.