File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
artemis-entity-tracker-gui Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ Server and Client that provides online tracking of [artemis-odb](https://github.
1313<dependency >
1414 <groupId >net.namekdev.entity_tracker</groupId >
1515 <artifactId >artemis-entity-tracker</artifactId >
16- <version >0.2.1 </version >
16+ <version >0.3.0 </version >
1717</dependency >
1818
1919<!-- uncomment in case you need GUI inside your game -->
2020<!-- dependency>
2121 <groupId>net.namekdev.entity_tracker</groupId>
2222 <artifactId>artemis-entity-tracker-gui</artifactId>
23- <version>0.2.1 </version>
23+ <version>0.3.0 </version>
2424</dependency-->
2525```
2626
2727### Gradle
2828
2929``` groovy
3030dependencies {
31- compile "net.namekdev.entity_tracker:artemis-entity-tracker:0.2.1 "
31+ compile "net.namekdev.entity_tracker:artemis-entity-tracker:0.3.0 "
3232
3333 // uncomment in case you need GUI instantiated directly from your game
34- // compile "net.namekdev.entity_tracker:artemis-entity-tracker-gui:0.2.1 "
34+ // compile "net.namekdev.entity_tracker:artemis-entity-tracker-gui:0.3.0 "
3535}
3636```
3737
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.namekdev.entity_tracker</groupId >
99 <artifactId >artemis-entity-tracker-parent</artifactId >
10- <version >0.3.0-SNAPSHOT </version >
10+ <version >0.3.0</version >
1111 </parent >
1212
1313 <properties >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.namekdev.entity_tracker</groupId >
99 <artifactId >artemis-entity-tracker-parent</artifactId >
10- <version >0.3.0-SNAPSHOT </version >
10+ <version >0.3.0</version >
1111 </parent >
1212
1313 <properties >
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >net.namekdev.entity_tracker</groupId >
44 <artifactId >artemis-entity-tracker-parent</artifactId >
5- <version >0.3.0-SNAPSHOT </version >
5+ <version >0.3.0</version >
66 <packaging >pom</packaging >
77 <name >artemis-odb Entity Tracker</name >
88 <description >Server and Client that provides online tracking and management of artemis-odb World state.</description >
You can’t perform that action at this time.
0 commit comments