Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Namek committed Dec 18, 2015
1 parent 9a5a36b commit dae2de2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ Server and Client that provides online tracking of [artemis-odb](https://github.
<dependency>
<groupId>net.namekdev.entity_tracker</groupId>
<artifactId>artemis-entity-tracker</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>

<!-- uncomment in case you need GUI inside your game -->
<!--dependency>
<groupId>net.namekdev.entity_tracker</groupId>
<artifactId>artemis-entity-tracker-gui</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency-->
```

### Gradle

```groovy
dependencies {
compile "net.namekdev.entity_tracker:artemis-entity-tracker:0.2.0"
compile "net.namekdev.entity_tracker:artemis-entity-tracker:0.2.1"
// uncomment in case you need GUI instantiated directly from your game
// compile "net.namekdev.entity_tracker:artemis-entity-tracker-gui:0.2.0"
// compile "net.namekdev.entity_tracker:artemis-entity-tracker-gui:0.2.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion artemis-entity-tracker-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.namekdev.entity_tracker</groupId>
<artifactId>artemis-entity-tracker-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion artemis-entity-tracker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.namekdev.entity_tracker</groupId>
<artifactId>artemis-entity-tracker-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.namekdev.entity_tracker</groupId>
<artifactId>artemis-entity-tracker-parent</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<name>artemis-odb Entity Tracker</name>
<description>Server and Client that provides online tracking and management of artemis-odb World state.</description>
Expand Down

0 comments on commit dae2de2

Please sign in to comment.