Skip to content

Commit 6b8e2b7

Browse files
committed
1.0.0
1 parent c767261 commit 6b8e2b7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

resources/build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,25 +102,25 @@ source.repository=https://github.com/VisualComputing/nub.git
102102
# This number must be parsable as an int. It increments once with each release.
103103
# This is used to compare different versions of the same Library, and check if
104104
# an update is available.
105-
library.version=11
105+
library.version=12
106106

107107
# The version as the user will see it.
108-
library.prettyVersion=0.9.97
108+
library.prettyVersion=1.0.0
109109

110110
# The min and max revision of Processing compatible with your Library.
111111
# Note that these fields use the revision and not the version of Processing,
112112
# parsable as an int. For example, the revision number for 2.2.1 is 227.
113113
# You can find the revision numbers in the change log: https://raw.githubusercontent.com/processing/processing/master/build/shared/revisions.txt
114114
# Only use maxRevision (or minRevision), when your Library is known to
115115
# break in a later (or earlier) release. Otherwise, use the default value 0.
116-
compatible.minRevision=1280
116+
compatible.minRevision=1286
117117
compatible.maxRevision=0
118118

119119
# The platforms and Processing version that the Library has been tested
120120
# against. This information is only used in the generated webpage.
121121

122122
tested.platform=linux
123-
tested.processingVersion=4.0 beta 5
123+
tested.processingVersion=4.0.1
124124

125125
# Additional information for the generated webpage.
126126
library.copyright=(c) 2019-2022 Universidad Nacional de Colombia

src/nub/processing/Scene.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ public interface Callback {
101101
void execute();
102102
}
103103

104-
public static String prettyVersion = "0.9.97";
105-
public static String version = "11";
104+
public static String prettyVersion = "1.0.0";
105+
public static String version = "12";
106106

107107
// P R O C E S S I N G A P P L E T A N D O B J E C T S
108108
public static PApplet pApplet;

0 commit comments

Comments
 (0)