We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0b69f commit 200cdabCopy full SHA for 200cdab
2 files changed
resources/build.properties
@@ -105,7 +105,7 @@ source.repository=https://github.com/VisualComputing/nub.git
105
library.version=8
106
107
# The version as the user will see it.
108
-library.prettyVersion=0.8.0
+library.prettyVersion=0.7.90
109
110
# The min and max revision of Processing compatible with your Library.
111
# Note that these fields use the revision and not the version of Processing,
src/nub/processing/Scene.java
@@ -100,7 +100,7 @@
100
* @see TimingTask
101
*/
102
public class Scene extends Graph {
103
- public static String prettyVersion = "0.8.0";
+ public static String prettyVersion = "0.7.90";
104
public static String version = "8";
// 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
0 commit comments