Skip to content

Commit

Permalink
v1.2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarsz committed Jul 7, 2024
1 parent 44ca62f commit 8cd9ba7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ChannelLoggingHandler handler = new ChannelLoggingHandler(() -> jda.getTextChann
<dependency>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>jda5</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>

or
Expand All @@ -45,7 +45,7 @@ ChannelLoggingHandler handler = new ChannelLoggingHandler(() -> jda.getTextChann
<dependency>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>jda4</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jda4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<artifactId>jda4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jda5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<artifactId>jda5</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>

<packaging>pom</packaging>
<modules>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>common</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8cd9ba7

Please sign in to comment.