summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-10-04 18:13:52 +0100
committerNick White <git@njw.me.uk>2011-10-04 18:13:52 +0100
commit6e43fd71469a3a48bdb2b027200c3f106546fdaf (patch)
tree2565aabe09d253e1532b60ebdbaac6238e3875dd /web
parent3c31d9d7840ba019db002073764c0f8f2a749a2d (diff)
Update gecko compatibility, release 0.7v0.7
Diffstat (limited to 'web')
-rw-r--r--web/doap-src.ttl9
1 files changed, 8 insertions, 1 deletions
diff --git a/web/doap-src.ttl b/web/doap-src.ttl
index dc94e87..e52549c 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, :v0dot6;
+ doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6, :v0dot7;
doap:maintainer <FOAF>.
<FOAF> a foaf:Person;
@@ -58,3 +58,10 @@
doap:file-release <WEBSITE/simplyread-0.6.tar.bz2>,
<WEBSITE/simplyread-0.6.xpi>,
<WEBSITE/simplyread-0.6.crx>.
+
+:v0dot7 a doap:Version;
+ doap:revision "0.7";
+ doap:created "2011-08-14";
+ doap:file-release <WEBSITE/simplyread-0.7.tar.bz2>,
+ <WEBSITE/simplyread-0.7.xpi>,
+ <WEBSITE/simplyread-0.7.crx>.