Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsijben committed Mar 15, 2024
1 parent 4f81f2a commit e81a68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ I've copied `library.properties` to the root and called it `library.properties.e
* Check "Set as the latest release" (it should be checked by default)
* Edit the previous release. Remove the latest tag and set the appropriate [prettyVersion] tag.
* Edit the new created release, remove the [prettyVersion] tag and add the **latest** tag.
* You can check [https://download.processing.org/contribs](https://download.processing.org/contribs) to check if the newest version is picked up by the automated contribution system.

### Debugging issues
* Always check the build.properties files. I've been down a rabithole for 4 hours finding out I had changed my Documents folder location and the build.properties still had `sketchbook.location=${user.home}/Documents/Processing` instead of the new `sketchbook.location=${user.home}/Docs/Processing`
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=10
library.version=11


# The version as the user will see it.

library.prettyVersion=1.1.5
library.prettyVersion=1.1.6


# The min and max revision of Processing compatible with your Library.
Expand Down

0 comments on commit e81a68d

Please sign in to comment.