Skip to content

Commit

Permalink
work maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixOrigin committed Oct 15, 2023
1 parent dd289eb commit bf2c3c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Javadoc
name: Update Project

on:
push
Expand Down
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.2</version>
<version>0.0.3</version>
</dependency>
```
### Gradle Groovy
Expand All @@ -32,7 +32,7 @@ repositories {
}
}
dependencies {
implementation 'net.phoenix:eventemitter:0.0.2'
implementation 'net.phoenix:eventemitter:0.0.3'
}
```
### 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.2")
implementation("net.phoenix:eventemitter:0.0.3")
}
```
## Using it
Expand Down

0 comments on commit bf2c3c6

Please sign in to comment.