Skip to content

Commit 200cdab

Browse files
committed
v-0.7.90
1 parent 1e0b69f commit 200cdab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ source.repository=https://github.com/VisualComputing/nub.git
105105
library.version=8
106106

107107
# The version as the user will see it.
108-
library.prettyVersion=0.8.0
108+
library.prettyVersion=0.7.90
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,

src/nub/processing/Scene.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
* @see TimingTask
101101
*/
102102
public class Scene extends Graph {
103-
public static String prettyVersion = "0.8.0";
103+
public static String prettyVersion = "0.7.90";
104104
public static String version = "8";
105105

106106
// 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

Comments
 (0)