Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin authored Oct 15, 2023
1 parent fce8e28 commit dd289eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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>1.0.0</version>
<version>0.0.2</version>
</dependency>
```
### Gradle Groovy
Expand All @@ -32,7 +32,7 @@ repositories {
}
}
dependencies {
implementation 'net.phoenix:eventemitter:1.0.0'
implementation 'net.phoenix:eventemitter:0.0.2'
}
```
### Gradle Kotlin
Expand All @@ -42,7 +42,7 @@ repositories {
maven(url = "https://gradle.phoenix.is-a.dev/repository/gradle/")
}
dependencies {
implementation("net.phoenix:eventemitter:1.0.0")
implementation("net.phoenix:eventemitter:0.0.2")
}
```
## Using it
Expand Down Expand Up @@ -108,4 +108,4 @@ eventEmitter.off(eventHandlerUUID);
# Contributing
This is a one time project thing that I am probably never gonna look at again so if you want to make a change just make a PR and I will probably merge it
# Credits
Idea + some of the code- https://github.com/jafarlihi/eemit
Idea + some of the code- https://github.com/jafarlihi/eemit

0 comments on commit dd289eb

Please sign in to comment.