Skip to content

Commit

Permalink
Update to just use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin committed Oct 15, 2023
1 parent 8d11c84 commit e5faac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It creates "channels" which can be fired events upon. You can assign each callba
<dependency>
<groupId>net.phoenix</groupId>
<artifactId>eventemitter</artifactId>
<version>0.0.3</version>
<version>LATEST</version>
</dependency>
```
### Gradle Groovy
Expand All @@ -32,7 +32,7 @@ repositories {
}
}
dependencies {
implementation 'net.phoenix:eventemitter:0.0.3'
implementation "net.phoenix:eventemitter:+"
}
```
### Gradle Kotlin
Expand All @@ -42,7 +42,7 @@ repositories {
maven(url = "https://gradle.phoenix.is-a.dev/repository/gradle/")
}
dependencies {
implementation("net.phoenix:eventemitter:0.0.3")
implementation("net.phoenix:eventemitter:+")
}
```
## Using it
Expand Down

0 comments on commit e5faac1

Please sign in to comment.