From 09214486efc33f5c4f5d5d945edc0a8c63ae5495 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Tue, 25 Apr 2023 13:03:58 +0200 Subject: [PATCH] Update CI badge in readme --- README.md | 2 +- meson_options.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69fba88..fa3133a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Open Sound Control inside LV2 plugin graphs -[![builds.sr.ht status](https://builds.open-music-kontrollers.ch/~hp/eteroj.lv2/.svg)](https://builds.open-music-kontrollers.ch/~hp/eteroj.lv2/?) +[![builds.sr.ht status](https://builds.open-music-kontrollers.ch/~hp/eteroj.lv2/commits/master/alpine-latest.yml.svg)](https://builds.open-music-kontrollers.ch/~hp/eteroj.lv2/commits/master/alpine-latest.yml?) This LV2 plugin bundle allows you to handle OSC (Open Sound Control) bundles and messages in modular hosts. diff --git a/meson_options.txt b/meson_options.txt index ef410d5..857da59 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -9,4 +9,4 @@ option('lv2libdir', type : 'string', value : 'lib/lv2') -option('version', type : 'string', value : '0.11.37') +option('version', type : 'string', value : '0.11.39') -- 2.38.5