Skip to content

Commit 85db716

Browse files
committed
new release
1 parent 730c9d7 commit 85db716

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry kind="lib" path="/lib/processing/core.jar"/>
5+
<classpathentry kind="lib" path="/home/jim/INSTALL/processing-4/core/library/core.jar"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>

resources/build.properties

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sketchbook.location=${user.home}/Projects/processing
2626
# For OS X,the following path will direct you into Processing's application
2727
# package, in case you put Processing inside your Applications folder.
2828

29-
classpath.local.location=${user.home}/Projects/Workspace/lib/processing
29+
classpath.local.location=${user.home}/INSTALL/processing-4/core/library
3030

3131

3232
# Add all jar files that are required for compiling your project to the local
@@ -45,7 +45,7 @@ classpath.libraries.location=${sketchbook.location}/libraries
4545

4646
# Set the java version that should be used to compile your library.
4747

48-
java.target.version=1.6
48+
java.target.version=1.8
4949

5050

5151
# Set the description of the Ant build.xml file.
@@ -129,12 +129,12 @@ source.repository=https://github.com/hx2A/ColorBlindness.git
129129
# This is used to compare different versions of the same library, and check if
130130
# an update is available.
131131

132-
library.version=1
132+
library.version=2
133133

134134

135135
# The version as the user will see it.
136136

137-
library.prettyVersion=1.0
137+
library.prettyVersion=1.0.1
138138

139139

140140
# The min and max revision of Processing compatible with your library.
@@ -152,12 +152,12 @@ compatible.maxRevision=0
152152
# against. This information is only used in the generated webpage.
153153

154154
tested.platform=osx,windows,linux
155-
tested.processingVersion=2.2.1,3.x
155+
tested.processingVersion=3.x,4.x
156156

157157

158158
# Additional information for the generated webpage.
159159

160-
library.copyright=(c) 2016
160+
library.copyright=(c) 2016-2021
161161
library.dependencies=
162162
library.keywords=Color Blindness, Accessibility, Vision Deficiency
163163

0 commit comments

Comments
 (0)