From 0540e44499a0a0076b09db3f6d3910eae73c2be9 Mon Sep 17 00:00:00 2001 From: Till Toenshoff Date: Thu, 5 Jan 2023 00:25:13 +0100 Subject: [PATCH] Preparing v0.02 --- KompleteSynthesia.xcodeproj/project.pbxproj | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/KompleteSynthesia.xcodeproj/project.pbxproj b/KompleteSynthesia.xcodeproj/project.pbxproj index c48521c..35dccdd 100644 --- a/KompleteSynthesia.xcodeproj/project.pbxproj +++ b/KompleteSynthesia.xcodeproj/project.pbxproj @@ -304,7 +304,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 0.01; + MARKETING_VERSION = 0.02; PRODUCT_BUNDLE_IDENTIFIER = tillt.KompleteSynthesia; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -333,7 +333,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 0.01; + MARKETING_VERSION = 0.02; PRODUCT_BUNDLE_IDENTIFIER = tillt.KompleteSynthesia; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/README.md b/README.md index be86cba..a539411 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Detects a Native Instruments keyboard controller USB device. Listens on the "Loo Notes received are forwarded to the keyboard controller USB device as key lighting requests adhering to the Synthesia protocol. -The entire approach and implementation is closely following a neat little Python project called [SynthesiaKontrol](https://github.com/ojacques/SynthesiaKontrol). +The entire approach and implementation is closely following a neat little Python project called [SynthesiaKontrol](https://github.com/ojacques/SynthesiaKontrol). Kudos and many thanks to Olivier Jacques [@ojacques] for sharing!