Skip to content

Commit a7c129b

Browse files
Bump version to 0.7.0-beta-1
1 parent f345672 commit a7c129b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
9494
<dependency>
9595
<groupId>graphics.scenery</groupId>
9696
<artifactId>scenery</artifactId>
97-
<version>0.7.0-SNAPSHOT</version>
97+
<version>0.7.0-beta-1</version>
9898
</dependency>
9999

100100
<dependency>
@@ -110,7 +110,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
110110
Add scenery and ClearGL to your project's `build.gradle`:
111111

112112
```groovy
113-
compile group: 'graphics.scenery', name: 'scenery', version: '0.7.0-SNAPSHOT'
113+
compile group: 'graphics.scenery', name: 'scenery', version: '0.7.0-beta-1'
114114
compile group: 'net.clearvolume', name: 'cleargl', version: '2.2.5'
115115
```
116116

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>graphics.scenery</groupId>
1212
<artifactId>scenery</artifactId>
13-
<version>0.7.0-SNAPSHOT</version>
13+
<version>0.7.0-beta-1</version>
1414

1515
<name>scenery</name>
1616
<description>flexible scenegraphing and rendering for scientific visualisation</description>

0 commit comments

Comments
 (0)