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!