diff --git a/doc/user-guide.adoc b/doc/user-guide.adoc index ed8c51c16..00f08f45f 100644 --- a/doc/user-guide.adoc +++ b/doc/user-guide.adoc @@ -10,7 +10,7 @@ :osc_preset_content: There are no ReaLearn controller presets for OSC layouts yet. Although technically possible in exactly the same way as with controller presets for MIDI devices, OSC layouts are very custom, so I'm not sure if it would make much sense to create presets. Time will show. |=== -|Last update of text: |`2023-01-13 (v2.14.1)` +|Last update of text: |`2023-01-13 (v2.14.2)` |Last update of relevant screenshots: |`2021-04-27 (v2.8.0)` |=== diff --git a/main/Cargo.toml b/main/Cargo.toml index e9aa6fd6f..e6fba7860 100644 --- a/main/Cargo.toml +++ b/main/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "realearn" -version = "2.14.1" +version = "2.14.2" authors = ["Benjamin Klum "] edition = "2021" build = "build.rs"