Skip to content

Commit 9782e45

Browse files
committed
release: version 2.2.0
1 parent 9a81351 commit 9782e45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Event4J is the simple event library for Java.
1616
<dependency>
1717
<groupId>com.github.siroshun09.event4j</groupId>
1818
<artifactId>event4j</artifactId>
19-
<version>2.2.0-SNAPSHOT</version>
19+
<version>2.2.0</version>
2020
</dependency>
2121
```
2222

2323
#### For Gradle:
2424

2525
```
2626
dependencies {
27-
compile 'com.github.siroshun09.event4j:event4j:2.2.0-SNAPSHOT'
27+
compile 'com.github.siroshun09.event4j:event4j:2.2.0'
2828
}
2929
```
3030

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>com.github.siroshun09.event4j</groupId>
3232
<artifactId>event4j</artifactId>
33-
<version>2.2.0-SNAPSHOT</version>
33+
<version>2.2.0</version>
3434
<packaging>jar</packaging>
3535

3636
<name>Event4J</name>

0 commit comments

Comments
 (0)