diff options
Diffstat (limited to 'lv2/time')
-rw-r--r-- | lv2/time/lv2-time.doap.ttl | 5 | ||||
-rw-r--r-- | lv2/time/manifest.ttl | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lv2/time/lv2-time.doap.ttl b/lv2/time/lv2-time.doap.ttl index c380d46..a46b9f6 100644 --- a/lv2/time/lv2-time.doap.ttl +++ b/lv2/time/lv2-time.doap.ttl @@ -10,8 +10,9 @@ doap:created "2011-10-05" ; doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ - doap:revision "1.5" ; - doap:created "2018-05-21" ; + doap:revision "1.6" ; + doap:created "2019-02-03" ; + doap:file-release <http://lv2plug.in/spec/lv2-1.16.0.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ diff --git a/lv2/time/manifest.ttl b/lv2/time/manifest.ttl index 3a8bfee..55a82f1 100644 --- a/lv2/time/manifest.ttl +++ b/lv2/time/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/time> a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 5 ; + lv2:microVersion 6 ; rdfs:seeAlso <time.ttl> . |