From fc508b30bebbe4eb0aa7359006d9e6660919ed4f Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 14 Aug 2011 23:47:36 +0100 Subject: Release version 0.6 --- Makefile | 2 +- TODO | 2 +- web/doap-src.ttl | 9 ++++++++- 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 ; - doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5; + doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6; doap:maintainer . a foaf:Person; @@ -51,3 +51,10 @@ doap:file-release , , . + +:v0dot6 a doap:Version; + doap:revision "0.6"; + doap:created "2011-08-14"; + doap:file-release , + , + . -- cgit v1.2.3