Skip to content

Commit

Permalink
ready for 1.19.4
Browse files Browse the repository at this point in the history
bump to 1.2.1
repo.dmulloy2.net -> jitpack.io
  • Loading branch information
CO-UnknowKE committed Mar 20, 2023
1 parent 3e5a129 commit 0f8c55c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.playl.scccpdebris</groupId>
<artifactId>scccpdebris</artifactId>
<version>1.1.1</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<url>https://wiki.playl.net</url>

Expand Down Expand Up @@ -45,8 +45,8 @@
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<repository>
<id>dmulloy2-repo</id>
<url>https://repo.dmulloy2.net/repository/public/</url>
<id>jitpack</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<version>1.19.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: scccpdebris
main: net.playl.scccpdebris.Main
version: "1.1.1"
version: "1.2.1"
author: UnknownKE
api-version: 1.19
description: fix flawed part of the Minecraft multiplayer protocol
Expand Down

0 comments on commit 0f8c55c

Please sign in to comment.