summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Buckley-Houston <tom@tombh.co.uk>2018-02-09 11:52:19 +0800
committerThomas Buckley-Houston <tom@tombh.co.uk>2018-02-09 11:52:19 +0800
commit60c20ee404c1736595775f604131d076f933d918 (patch)
tree37d137df1042e8bc22413218a1c06eb33fa4a09b
parente1c8cf8a452a8f90a9b9428956618d2eeac13531 (diff)
Release v0.2.11v0.2.11
Sigh, it's annoying that if the release block fails then we have to bump the version :/ It's because the Mozilla Addon XPI version can be re-released.
-rw-r--r--webext/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webext/manifest.json b/webext/manifest.json
index 52d9d0b..f78c73c 100644
--- a/webext/manifest.json
+++ b/webext/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Browsh",
- "version": "0.2.10",
+ "version": "0.2.11",
"description": "Renders the browser as realtime, interactive, TTY-compatible text",