Skip to content

Commit 24df865

Browse files
committed
Removes inline comments, because it causes problems in some processing 4.0.x versions
1 parent 222c2be commit 24df865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ paragraph = Easy access for bluring or coloring images or video streams.
4141
# compare different versions of the same Library, and check if an update is
4242
# available. You should think of it as a counter, counting the total number of
4343
# releases you've had.
44-
version = 170 # This must be parsable as an int
44+
version = 170
4545

4646
# The version as the user will see it. If blank, the version attribute will be
4747
# used here. This should be a single word, with no spaces.
48-
prettyVersion = 1.7.0 # This is treated as a String
48+
prettyVersion = 1.7.0
4949

5050
# The min and max revision of Processing compatible with your Library.
5151
# Note that these fields use the revision and not the version of Processing,

0 commit comments

Comments
 (0)