summaryrefslogtreecommitdiff
path: root/doap.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'doap.ttl')
-rw-r--r--doap.ttl9
1 files changed, 8 insertions, 1 deletions
diff --git a/doap.ttl b/doap.ttl
index 836e29b..a4cc922 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, :v0.3;
+ doap:release :v0.1, :v0.2, :v0.3, :v0.4;
doap:maintainer <http://njw.me.uk/card#i>.
<http://njw.me.uk/card#i> a foaf:Person;
@@ -37,3 +37,10 @@
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>.
+
+:v0.4 a doap:Version;
+ doap:revision "0.4";
+ doap:created "2010-11-16";
+ doap:file-release <http://njw.me.uk/software/simplyread/simplyread-0.4.tar.bz2>,
+ <http://njw.me.uk/software/simplyread/simplyread-0.4.xpi>,
+ <http://njw.me.uk/software/simplyread/simplyread-0.4.crx>.