Skip to content

Commit 77586ce

Browse files
committed
bumping the version number
1 parent 3fe3480 commit 77586ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

resources/build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sketchbook.location=${user.home}/Dropbox/Processing
3838
# Uncommenting the line below will overwrite the classpath.local.location from
3939
# above.
4040

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/
4242

4343

4444
# 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
149149
# This is used to compare different versions of the same library, and check if
150150
# an update is available.
151151

152-
library.version=1
152+
library.version=3
153153

154154

155155
# The version as the user will see it.
156156

157-
library.prettyVersion=0.1.1
157+
library.prettyVersion=0.1.3
158158

159159

160160
library.copyright=(c) 2014
161161
library.dependencies=?
162162
library.keywords=?
163163

164164
tested.platform=osx,windows
165-
tested.processingVersion=2.1
165+
tested.processingVersion=3.0b7
166166

167167

168168
# Include javadoc references into your project's javadocs.

resources/library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ paragraph =
4242
# compare different versions of the same library, and check if an update is
4343
# available. You should think of it as a counter, counting the total number of
4444
# releases you've had.
45-
version = 2 # This must be parsable as an int
45+
version = 3 # This must be parsable as an int
4646

4747
# The version as the user will see it. If blank, the version attribute will be
4848
# used here.
49-
prettyVersion = 0.1.2 # This is treated as a String
49+
prettyVersion = 0.1.3 # This is treated as a String

0 commit comments

Comments
 (0)