summaryrefslogtreecommitdiff
path: root/doap.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'doap.ttl')
-rw-r--r--doap.ttl15
1 files changed, 11 insertions, 4 deletions
diff --git a/doap.ttl b/doap.ttl
index 4ebfb9d..836e29b 100644
--- a/doap.ttl
+++ b/doap.ttl
@@ -10,7 +10,7 @@
doap:repository :repo;
doap:programming-language "ECMAScript";
doap:license <http://www.gnu.org/licenses/agpl.html>;
- doap:release :v0.1, :v0.2;
+ doap:release :v0.1, :v0.2, :v0.3;
doap:maintainer <http://njw.me.uk/card#i>.
<http://njw.me.uk/card#i> a foaf:Person;
@@ -23,10 +23,17 @@
:v0.1 a doap:Version;
doap:revision "0.1";
doap:created "2010-10-23";
- doap:file-release <http://njw.me.uk/software/simplyread/simplyread-0.1.tar.bz2>.
+ doap:file-release <http://njw.me.uk/software/simplyread/readable-0.1.tar.bz2>.
:v0.2 a doap:Version;
doap:revision "0.2";
doap:created "2010-11-04";
- doap:file-release <http://njw.me.uk/software/simplyread/simplyread-0.2.tar.bz2>,
- <http://njw.me.uk/software/simplyread/simplyread-0.2.xpi>.
+ doap:file-release <http://njw.me.uk/software/simplyread/readable-0.2.tar.bz2>,
+ <http://njw.me.uk/software/simplyread/readable-0.2.xpi>.
+
+:v0.3 a doap:Version;
+ doap:revision "0.3";
+ doap:created "2010-11-13";
+ doap:file-release <http://njw.me.uk/software/simplyread/simplyread-0.3.tar.bz2>,
+ <http://njw.me.uk/software/simplyread/simplyread-0.3.xpi>,
+ <http://njw.me.uk/software/simplyread/simplyread-0.3.crx>.