From 0e32cac1a17f93d6f9587fbc26adba5ea7307187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrik=20G=C3=BCnther?= Date: Thu, 16 Nov 2017 14:49:18 +0100 Subject: [PATCH] Bump version to 0.2.2 --- README.md | 9 ++------- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b1b1dccbe..af2ea92f8 100644 --- a/README.md +++ b/README.md @@ -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) @@ -87,7 +82,7 @@ Add scenery and ClearGL to your project's `pom.xml`: graphics.scenery scenery - 0.2.2-SNAPSHOT + 0.2.2 @@ -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' ``` diff --git a/pom.xml b/pom.xml index e11244f56..76a15c2eb 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ graphics.scenery scenery - 0.2.2-SNAPSHOT + 0.2.2 2016 @@ -76,7 +76,7 @@ scm:git:git://github.com/scenerygraphics/scenery scm:git:git@github.com:scenerygraphics/scenery - scenery-0.2.1 + scenery-0.2.2 http://scenery.graphics