Skip to content

Commit 0abb62a

Browse files
committed
bumping version for new release
1 parent e18c1cb commit 0abb62a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/build.properties

Lines changed: 1 addition & 1 deletion
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.0b7.app/Contents/Java/core/library/
41+
classpath.local.location=/Applications/Processing-3.0.1.app/Contents/Java/core/library
4242

4343

4444
# Add all jar files that are required for compiling your project to the local

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 = 3 # This must be parsable as an int
45+
version = 4 # 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.3 # This is treated as a String
49+
prettyVersion = 0.1.4 # This is treated as a String

0 commit comments

Comments
 (0)