summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-08-14 23:47:36 +0100
committerNick White <git@njw.me.uk>2011-08-14 23:47:36 +0100
commitfc508b30bebbe4eb0aa7359006d9e6660919ed4f (patch)
tree8ec9b00bccf26f3980aa40e5f1bbf656656b97e5
parent69cad105fa23055a794b32e611ef7cf543013bb7 (diff)
Release version 0.6v0.6
-rw-r--r--Makefile2
-rw-r--r--TODO2
-rw-r--r--web/doap-src.ttl9
3 files changed, 10 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 25e719f..093033c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = simplyread
UPNAME = SimplyRead
-VERSION = 0.5
+VERSION = 0.6
KEYFILE = private.pem
WEBSITE = http://njw.me.uk/software/$(NAME)
diff --git a/TODO b/TODO
index 5406ca9..cea8975 100644
--- a/TODO
+++ b/TODO
@@ -26,7 +26,7 @@ gecko:
add fennec support - https://wiki.mozilla.org/Mobile/Fennec/Extensions
'electrolysis' may require modifications
-test:
+test (currently outdated):
current tests
test the keyboard shortcut, by sending an event;
e=document.createEvent(...
diff --git a/web/doap-src.ttl b/web/doap-src.ttl
index ba954b4..dc94e87 100644
--- a/web/doap-src.ttl
+++ b/web/doap-src.ttl
@@ -10,7 +10,7 @@
doap:repository :repo;
doap:programming-language "JavaScript";
doap:license <http://www.gnu.org/licenses/agpl.html>;
- doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5;
+ doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6;
doap:maintainer <FOAF>.
<FOAF> a foaf:Person;
@@ -51,3 +51,10 @@
doap:file-release <WEBSITE/simplyread-0.5.tar.bz2>,
<WEBSITE/simplyread-0.5.xpi>,
<WEBSITE/simplyread-0.5.crx>.
+
+:v0dot6 a doap:Version;
+ doap:revision "0.6";
+ doap:created "2011-08-14";
+ doap:file-release <WEBSITE/simplyread-0.6.tar.bz2>,
+ <WEBSITE/simplyread-0.6.xpi>,
+ <WEBSITE/simplyread-0.6.crx>.