diff --git a/README.md b/README.md
index 1a3bd52..d5f0825 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
# Zarafa Webapp FileViewer Plugin
This plugin will provide a preview panel for PDF and ODF files based on [ViewerJS].
+ViewerJS has been updated to support image, music and video files. Those files can only be previewed in the
+Zarafa Files plugin for the moment.
### Current Version
-1.0.2 (06.2015)
+1.0.3 (06.2015)
### Installation
diff --git a/external/ViewerJS/images/musicbg.png b/external/ViewerJS/images/musicbg.png
new file mode 100755
index 0000000..36b81b1
Binary files /dev/null and b/external/ViewerJS/images/musicbg.png differ
diff --git a/external/ViewerJS/index.html b/external/ViewerJS/index.html
index dc53a69..bfaf47a 100644
--- a/external/ViewerJS/index.html
+++ b/external/ViewerJS/index.html
@@ -37,47 +37,57 @@ along with ViewerJS. If not, see .
-->
+
+
diff --git a/manifest.xml b/manifest.xml
index f4005c0..872cb23 100755
--- a/manifest.xml
+++ b/manifest.xml
@@ -2,7 +2,7 @@
- 1.0.2
+ 1.0.3fileviewerPDF and ODF attachments previewChristoph Haas