diff options
author | David Robillard <d@drobilla.net> | 2024-07-14 14:21:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-14 14:21:34 -0400 |
commit | 58cdb9e8d6be6fa115859ca2032b1bf7c0b31075 (patch) | |
tree | 5f8471aa30ef2e921fec692b789cd2c2a2415121 /lv2/ui.lv2/manifest.ttl | |
parent | 3c2158e66863e9feca3fa78b6963c9cde2a57f25 (diff) | |
download | lv2-58cdb9e8d6be6fa115859ca2032b1bf7c0b31075.tar.xz |
Update ui spec version
This should have been bumped in 6b18f72 "Add types for Gtk4UI and Qt6UI".
Diffstat (limited to 'lv2/ui.lv2/manifest.ttl')
-rw-r--r-- | lv2/ui.lv2/manifest.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/ui.lv2/manifest.ttl b/lv2/ui.lv2/manifest.ttl index 4f5ed48..a77d6d0 100644 --- a/lv2/ui.lv2/manifest.ttl +++ b/lv2/ui.lv2/manifest.ttl @@ -3,6 +3,6 @@ <http://lv2plug.in/ns/extensions/ui> a lv2:Specification ; - lv2:minorVersion 2 ; - lv2:microVersion 24 ; + lv2:minorVersion 3 ; + lv2:microVersion 0 ; rdfs:seeAlso <ui.ttl> . |