diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-11-07 22:28:17 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-11-07 22:28:17 +0100 |
commit | f36125f2495edc5255305efc386acd19b8184d1c (patch) | |
tree | 8843c54cee8df91ef316407666d400d89aa366a5 /build.sh | |
parent | 29ff68168b45b26706842b32155eb3d8a4f86f1d (diff) | |
download | r7r-gravatar-f36125f2495edc5255305efc386acd19b8184d1c.tar.gz r7r-gravatar-f36125f2495edc5255305efc386acd19b8184d1c.tar.bz2 r7r-gravatar-f36125f2495edc5255305efc386acd19b8184d1c.zip |
Bump version
This was neccessary, as the plugin packer produced an invalid
package (no trailing ?> lead to the leading <?php not being stripped).
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ r7r-plugin-packer \ --classname=gravatar \ --pluginname=gravatar \ --author='Laria Carolin Chabowski <laria@laria.me>' \ - --versiontext="0.6.1" \ - --versioncount=3 \ + --versiontext="0.6.2" \ + --versioncount=4 \ --api=5 \ --shortdesc="This plugin allows you to display [Gravatars](http://de.gravatar.com)" \ --helpfile=help.html \ |