Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hx2A committed Aug 13, 2021
1 parent 730c9d7 commit 85db716
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/lib/processing/core.jar"/>
<classpathentry kind="lib" path="/home/jim/INSTALL/processing-4/core/library/core.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
12 changes: 6 additions & 6 deletions resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sketchbook.location=${user.home}/Projects/processing
# For OS X,the following path will direct you into Processing's application
# package, in case you put Processing inside your Applications folder.

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


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

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

java.target.version=1.6
java.target.version=1.8


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

library.version=1
library.version=2


# The version as the user will see it.

library.prettyVersion=1.0
library.prettyVersion=1.0.1


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

tested.platform=osx,windows,linux
tested.processingVersion=2.2.1,3.x
tested.processingVersion=3.x,4.x


# Additional information for the generated webpage.

library.copyright=(c) 2016
library.copyright=(c) 2016-2021
library.dependencies=
library.keywords=Color Blindness, Accessibility, Vision Deficiency

Expand Down

0 comments on commit 85db716

Please sign in to comment.