Skip to content

Commit

Permalink
Update version, it's now on mvn central
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jun 13, 2024
1 parent 9226e0a commit 7b1d901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Meteor is available on Maven Central, and can be installed by adding the followi
<dependency>
<groupId>dev.pixelib.meteor</groupId>
<artifactId>meteor-core</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ You can install the Redis transport by adding the following dependency to your `
<dependency>
<groupId>dev.pixelib.meteor.transport</groupId>
<artifactId>meteor-jedis</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
</dependency>
```

Expand Down

0 comments on commit 7b1d901

Please sign in to comment.