We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a81351 commit 9782e45Copy full SHA for 9782e45
README.md
@@ -16,15 +16,15 @@ Event4J is the simple event library for Java.
16
<dependency>
17
<groupId>com.github.siroshun09.event4j</groupId>
18
<artifactId>event4j</artifactId>
19
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.0</version>
20
</dependency>
21
```
22
23
#### For Gradle:
24
25
26
dependencies {
27
- compile 'com.github.siroshun09.event4j:event4j:2.2.0-SNAPSHOT'
+ compile 'com.github.siroshun09.event4j:event4j:2.2.0'
28
}
29
30
pom.xml
@@ -30,7 +30,7 @@
31
32
33
34
<packaging>jar</packaging>
35
36
<name>Event4J</name>
0 commit comments