Skip to content

Commit c640ef1

Browse files
crosby-moeMineGame159
authored andcommitted
bump version
1 parent 9cbd67f commit c640ef1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group "meteordevelopment"
7-
version "0.2.3"
7+
version "0.2.4"
88

99
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
1010

src/main/java/meteordevelopment/orbit/IEventBus.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public interface IEventBus {
1818
* Returns whether at least one event listener is currently registered for this event type.
1919
* @param eventClass The event type to check for registered listeners.
2020
* @return whether the event is being listened for
21+
* @since 0.2.4
2122
*/
2223
boolean isListening(Class<?> eventClass);
2324

0 commit comments

Comments
 (0)