Skip to content

Commit

Permalink
Update README and bump version to 0.2.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Dec 12, 2017
1 parent a8ec30a commit f94884e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Add scenery and ClearGL to your project's `pom.xml`:
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>scenery</artifactId>
<version>0.2.3</version>
<version>0.2.3-1</version>

This comment has been minimized.

Copy link
@imagejan

imagejan Dec 13, 2017

Contributor

What kind of versioning scheme are you using here? Romantic or esoteric?

This comment has been minimized.

Copy link
@skalarproduktraum

skalarproduktraum Dec 13, 2017

Author Member

1_sntxfelfuqlsfdnvzkj6ia

It was a bad choice, won't happen again.

</dependency>

<dependency>
Expand All @@ -98,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.3'
compile group: 'graphics.scenery', name: 'scenery', version: '0.2.3-1'
compile group: 'net.clearvolume', name: 'cleargl', version: '2.1.1'
```

Expand Down
2 changes: 1 addition & 1 deletion 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.3</version>
<version>0.2.3-1</version>
<inceptionYear>2016</inceptionYear>
<licenses>
<license>
Expand Down

0 comments on commit f94884e

Please sign in to comment.