diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | web/doap-src.ttl | 9 |
3 files changed, 10 insertions, 3 deletions
@@ -1,6 +1,6 @@ NAME = simplyread UPNAME = SimplyRead -VERSION = 0.5 +VERSION = 0.6 KEYFILE = private.pem WEBSITE = http://njw.me.uk/software/$(NAME) @@ -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>. |