diff --git a/httpupload/httpupload.png b/httpupload/httpupload.png
new file mode 100644
index 0000000..c3b3733
Binary files /dev/null and b/httpupload/httpupload.png differ
diff --git a/httpupload/httpupload.py b/httpupload/httpupload.py
index aa64007..a997be4 100644
--- a/httpupload/httpupload.py
+++ b/httpupload/httpupload.py
@@ -127,7 +127,6 @@ class HttpuploadPlugin(GajimPlugin):
# maybe don't delete this and detect vanished upload components when actually trying to upload something
log.info("Deleting %s from jid_to_servers (disconnected)" % gajim.get_jid_from_account(chat_control.account))
del jid_to_servers[gajim.get_jid_from_account(chat_control.account)]
- #pass
# query info at most every 60 seconds in case something goes wrong
if ((not chat_control.account in last_info_query or
diff --git a/httpupload/image.png b/httpupload/image.png
new file mode 100644
index 0000000..32dda52
Binary files /dev/null and b/httpupload/image.png differ
diff --git a/httpupload/manifest.ini b/httpupload/manifest.ini
index 1957065..2920829 100644
--- a/httpupload/manifest.ini
+++ b/httpupload/manifest.ini
@@ -1,7 +1,7 @@
[info]
name: HttpUpload
short_name: httpupload
-version: 0.5.0
+version: 0.5.1
description: This plugin is designed to send a file to a contact or muc by using httpupload.
Your server must support XEP-0363: HTTP Upload.
Conversations supported this.