Skip to content

Commit 7b1d901

Browse files
authored
Update version, it's now on mvn central
1 parent 9226e0a commit 7b1d901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Meteor is available on Maven Central, and can be installed by adding the followi
2121
<dependency>
2222
<groupId>dev.pixelib.meteor</groupId>
2323
<artifactId>meteor-core</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.4</version>
2525
</dependency>
2626
```
2727

@@ -32,7 +32,7 @@ You can install the Redis transport by adding the following dependency to your `
3232
<dependency>
3333
<groupId>dev.pixelib.meteor.transport</groupId>
3434
<artifactId>meteor-jedis</artifactId>
35-
<version>1.0.2</version>
35+
<version>1.0.4</version>
3636
</dependency>
3737
```
3838

0 commit comments

Comments
 (0)