aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-11-07 22:28:17 +0100
committerLaria Carolin Chabowski <laria@laria.me>2020-11-07 22:28:17 +0100
commitf36125f2495edc5255305efc386acd19b8184d1c (patch)
tree8843c54cee8df91ef316407666d400d89aa366a5 /build.sh
parent29ff68168b45b26706842b32155eb3d8a4f86f1d (diff)
downloadr7r-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-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index f5f2e7f..391e064 100755
--- a/build.sh
+++ b/build.sh
@@ -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 \