summaryrefslogtreecommitdiff
path: root/web/doap-src.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'web/doap-src.ttl')
-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 193f0c2..c2791ec 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, :v0dot7;
+ doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6, :v0dot7, :v0dot8;
doap:maintainer <FOAF>.
<FOAF> a foaf:Person;
@@ -65,3 +65,10 @@
doap:file-release <WEBSITE/simplyread-0.7.tar.bz2>,
<WEBSITE/simplyread-0.7.xpi>,
<WEBSITE/simplyread-0.7.crx>.
+
+:v0dot8 a doap:Version;
+ doap:revision "0.8";
+ doap:created "2011-12-12";
+ doap:file-release <WEBSITE/simplyread-0.8.tar.bz2>,
+ <WEBSITE/simplyread-0.8.xpi>,
+ <WEBSITE/simplyread-0.8.crx>.