From 16f4c8afc5507489ed55e1b19e6d6b8250de0457 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Fri, 26 Feb 2016 12:20:47 -0500 Subject: [PATCH] bumping version for new release --- resources/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/build.properties b/resources/build.properties index 96ed2fb..f49f0a6 100644 --- a/resources/build.properties +++ b/resources/build.properties @@ -59,7 +59,7 @@ classpath.libraries.location=${sketchbook.location}/libraries # (3) # Set the java version that should be used to compile your library. -java.target.version=1.6 +java.target.version=1.7 # Set the description of the Ant build.xml file.