Skip to content

Commit

Permalink
Bump api version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablete1234 committed Oct 19, 2024
1 parent 5b28c89 commit df61520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/src/main/java/eu/darkbot/api/managers/EntitiesAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import eu.darkbot.api.game.entities.StaticEntity;
import eu.darkbot.api.game.entities.Station;
import eu.darkbot.api.game.other.Obstacle;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.UnmodifiableView;

import java.util.Collection;
Expand Down Expand Up @@ -168,6 +169,7 @@ public interface EntitiesAPI extends API.Singleton {
/**
* @return a builder to create fake entities
*/
@ApiStatus.AvailableSince("0.9.6")
FakeEntity.Builder fakeEntityBuilder();

/**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
api(project(":darkbot-shared"))
}

val apiVersion = "0.9.5"
val apiVersion = "0.9.6"

allprojects {
group = "eu.darkbot"
Expand Down

0 comments on commit df61520

Please sign in to comment.