aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 56246ab..ac7901a 100644
--- a/manifest.json
+++ b/manifest.json
@@ -28,7 +28,13 @@
#ENDIF
"name": "Haketilo",
"short_name": "Haketilo",
- "version": "0.999",
+#IF CHROMIUM
+ // Chromium requires version to "be between 1-4 dot-separated integers each
+ // between 0 and 65536".
+ "version": "0.65536.1",
+#ELSE
+ "version": "1.0-beta1",
+#ENDIF
"author": "Wojtek Kosior & contributors",
"description": "Control your \"Web\" browsing.",
#IF MOZILLA