File tree 4 files changed +7
-7
lines changed
artemis-entity-tracker-gui
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.
13
13
<dependency >
14
14
<groupId >net.namekdev.entity_tracker</groupId >
15
15
<artifactId >artemis-entity-tracker</artifactId >
16
- <version >0.2.1 </version >
16
+ <version >0.3.0 </version >
17
17
</dependency >
18
18
19
19
<!-- uncomment in case you need GUI inside your game -->
20
20
<!-- dependency>
21
21
<groupId>net.namekdev.entity_tracker</groupId>
22
22
<artifactId>artemis-entity-tracker-gui</artifactId>
23
- <version>0.2.1 </version>
23
+ <version>0.3.0 </version>
24
24
</dependency-->
25
25
```
26
26
27
27
### Gradle
28
28
29
29
``` groovy
30
30
dependencies {
31
- compile "net.namekdev.entity_tracker:artemis-entity-tracker:0.2.1 "
31
+ compile "net.namekdev.entity_tracker:artemis-entity-tracker:0.3.0 "
32
32
33
33
// 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 "
35
35
}
36
36
```
37
37
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >net.namekdev.entity_tracker</groupId >
9
9
<artifactId >artemis-entity-tracker-parent</artifactId >
10
- <version >0.3.0-SNAPSHOT </version >
10
+ <version >0.3.0</version >
11
11
</parent >
12
12
13
13
<properties >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >net.namekdev.entity_tracker</groupId >
9
9
<artifactId >artemis-entity-tracker-parent</artifactId >
10
- <version >0.3.0-SNAPSHOT </version >
10
+ <version >0.3.0</version >
11
11
</parent >
12
12
13
13
<properties >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >net.namekdev.entity_tracker</groupId >
4
4
<artifactId >artemis-entity-tracker-parent</artifactId >
5
- <version >0.3.0-SNAPSHOT </version >
5
+ <version >0.3.0</version >
6
6
<packaging >pom</packaging >
7
7
<name >artemis-odb Entity Tracker</name >
8
8
<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