diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/doap-src.ttl | 9 |
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>. |