Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 53e5b5f

Browse files
committed
Update version number for release
1 parent 8814dcf commit 53e5b5f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function plugin_init_shellcommands() {
6161
function plugin_version_shellcommands() {
6262
return [
6363
'name' => _n('Shell Command', 'Shell Commands', 2, 'shellcommands'),
64-
'version' => '2.2.0',
64+
'version' => '2.2.1',
6565
'license' => 'GPLv2+',
6666
'oldname' => 'cmd',
6767
'author' => 'Xavier Caillaud',

shellcommands.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<author>Infotel</author>
2424
</authors>
2525
<versions>
26+
<version>
27+
<num>2.2.1</num>
28+
<compatibility>9.3</compatibility>
29+
</version>
2630
<version>
2731
<num>2.2.0</num>
2832
<compatibility>9.3</compatibility>

0 commit comments

Comments
 (0)