Browse Source

version 0.3.2

Gildas lormeau 14 years ago
parent
commit
06c531c7e8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      WebContent/core/manifest.json
  2. 1 1
      WebContent/ui/manifest.json

+ 1 - 1
WebContent/core/manifest.json

@@ -4,7 +4,7 @@
 		"16": "resources/icon_16.png",
 		"48": "resources/icon_48.png",
 		"128": "resources/icon_128.png" },
-	"version": "0.3.0",
+	"version": "0.3.2",
 	"description": "Page processor used by SingleFile",
 	"background_page" : "pages/background.html",
 	"content_scripts": [ {

+ 1 - 1
WebContent/ui/manifest.json

@@ -4,7 +4,7 @@
 		"16": "resources/icon_16.png",
 		"48": "resources/icon_48.png",
 		"128": "resources/icon_128.png" },
-	"version": "0.3.0",
+	"version": "0.3.2",
 	"description": "Archive a complete page into a single HTML file",
 	"background_page" : "pages/background.html",
 	"options_page": "pages/options.html",