Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Nov 16, 2017
1 parent 9440da6 commit 0e32cac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

# scenery // flexible scenegraphing and rendering for scientific visualisation

---
__Hello, this is the master branch, where development happens and stuff breaks.__ If you require a stable version of scenery, please check out the [latest stable version of this repository](https://github.com/scenerygraphics/scenery/tree/scenery-0.2.1).

---

![Blood Cells Example](https://ulrik.is/scenery-bloodcells.gif)


Expand Down Expand Up @@ -87,7 +82,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
</dependency>

<dependency>
Expand All @@ -103,7 +98,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
Add scenery and ClearGL to your project's `build.gradle`:

```groovy
compile group: 'graphics.scenery', name: 'scenery', version: '0.2.2-SNAPSHOT'
compile group: 'graphics.scenery', name: 'scenery', version: '0.2.2'
compile group: 'net.clearvolume', name: 'cleargl', version: '2.1.1'
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.2.2</version>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
Expand Down Expand Up @@ -76,7 +76,7 @@
<scm>
<connection>scm:git:git://github.com/scenerygraphics/scenery</connection>
<developerConnection>scm:git:git@github.com:scenerygraphics/scenery</developerConnection>
<tag>scenery-0.2.1</tag>
<tag>scenery-0.2.2</tag>
<url>http://scenery.graphics</url>
</scm>

Expand Down

0 comments on commit 0e32cac

Please sign in to comment.