diff --git a/examples/BPM_Timings/rotatingSVG/rotatingSVG.pde b/examples/BPM_Timings/rotatingSVG/rotatingSVG.pde index 2ef2a79..07fa45b 100644 --- a/examples/BPM_Timings/rotatingSVG/rotatingSVG.pde +++ b/examples/BPM_Timings/rotatingSVG/rotatingSVG.pde @@ -7,6 +7,7 @@ * In 4 beats, an SVG shape is drawn 15 times and is rotated and scaled * In 2 beats, 15 rectangles are rotated and scaled * The sketch alternates every 4 beats between the SVG and rectangle shapes. + * Credits to https://github.com/Mick-Willemsen for creating this example. */ import bpm.library.beatsperminute.*; diff --git a/resources/build.properties b/resources/build.properties index 11177a2..49350d4 100644 --- a/resources/build.properties +++ b/resources/build.properties @@ -132,12 +132,12 @@ source.repository=https://github.com/vincentsijben/bpm-tmings-for-processing.git # This is used to compare different versions of the same Library, and check if # an update is available. -library.version=11 +library.version=12 # The version as the user will see it. -library.prettyVersion=1.1.6 +library.prettyVersion=1.1.7 # The min and max revision of Processing compatible with your Library.