File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Dropbox/Processing
38
38
# Uncommenting the line below will overwrite the classpath.local.location from
39
39
# above.
40
40
41
- classpath.local.location =/Applications/Processing-3.0a10 .app/Contents/Java/core/library/
41
+ classpath.local.location =/Applications/Processing-3.0b7 .app/Contents/Java/core/library/
42
42
43
43
44
44
# Add all jar files that are required for compiling your project to the local
@@ -149,20 +149,20 @@ source.repository=https://github.com/runemadsen/HTTProcessing
149
149
# This is used to compare different versions of the same library, and check if
150
150
# an update is available.
151
151
152
- library.version =1
152
+ library.version =3
153
153
154
154
155
155
# The version as the user will see it.
156
156
157
- library.prettyVersion =0.1.1
157
+ library.prettyVersion =0.1.3
158
158
159
159
160
160
library.copyright =(c) 2014
161
161
library.dependencies =?
162
162
library.keywords =?
163
163
164
164
tested.platform =osx,windows
165
- tested.processingVersion =2.1
165
+ tested.processingVersion =3.0b7
166
166
167
167
168
168
# Include javadoc references into your project's javadocs.
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ paragraph =
42
42
# compare different versions of the same library, and check if an update is
43
43
# available. You should think of it as a counter, counting the total number of
44
44
# releases you've had.
45
- version = 2 # This must be parsable as an int
45
+ version = 3 # This must be parsable as an int
46
46
47
47
# The version as the user will see it. If blank, the version attribute will be
48
48
# used here.
49
- prettyVersion = 0.1.2 # This is treated as a String
49
+ prettyVersion = 0.1.3 # This is treated as a String
You can’t perform that action at this time.
0 commit comments