diff --git a/README.md b/README.md index 05fdb4a..4d841ce 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ For Bugs or feature requests please use the GitHub issues page https://github.co ## Release Notes +### 1.1.1 + +* Update open editor views when the jar file has changed +* Added *.srcjar, *.aar and *.war as supported file types + ### 1.1.0 * Preview text files from the jar archive diff --git a/package.json b/package.json index 75d439d..3c2c0b1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jar-viewer", "displayName": "JAR Viewer", "description": "Lists classes and files inside JAR archives.", - "version": "1.1.0", + "version": "1.1.1", "publisher": "wmanth", "author": { "name": "Wolfram Manthey"