We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e40cdd commit 6eca7d2Copy full SHA for 6eca7d2
1 file changed
README.md
@@ -30,8 +30,8 @@ Flecs is a powerful ECS framework written in C that provides high-performance da
30
31
```gradle
32
dependencies {
33
- implementation 'io.github.elebras1:flecs-java:0.4.2'
34
- annotationProcessor 'io.github.elebras1:flecs-java:0.4.2'
+ implementation 'io.github.elebras1:flecs-java:0.5.0'
+ annotationProcessor 'io.github.elebras1:flecs-java:0.5.0'
35
36
}
37
```
0 commit comments