Skip to content

Commit

Permalink
credits to mick and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsijben committed Mar 16, 2024
1 parent da866d0 commit 8cc90c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/BPM_Timings/rotatingSVG/rotatingSVG.pde
Original file line number Diff line number Diff line change
Expand Up @@ -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.*;

Expand Down
4 changes: 2 additions & 2 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8cc90c2

Please sign in to comment.