File tree Expand file tree Collapse file tree 3 files changed +4
-61
lines changed
Expand file tree Collapse file tree 3 files changed +4
-61
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ source.repository=https://github.com/milchreis/processing-imageprocessing.git
132132# This is used to compare different versions of the same Library, and check if
133133# an update is available.
134134
135- library.version =150
135+ library.version =151
136136
137137
138138# The version as the user will see it.
139139
140- library.prettyVersion =1.5.0
140+ library.prettyVersion =1.5.1
141141
142142
143143# The min and max revision of Processing compatible with your Library.
Original file line number Diff line number Diff 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 = 150 # This must be parsable as an int
44+ version = 151 # This must be parsable as an int
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.5.0 # This is treated as a String
48+ prettyVersion = 1.5.1 # This is treated as a String
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,
You can’t perform that action at this time.
0 commit comments