Skip to content

Commit e7faba8

Browse files
committed
Build new bugfix version
1 parent 82e4cc1 commit e7faba8

File tree

3 files changed

+4
-61
lines changed

3 files changed

+4
-61
lines changed

library.properties

Lines changed: 0 additions & 57 deletions
This file was deleted.

resources/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

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 = 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,

0 commit comments

Comments
 (0)