Skip to content

Commit 04f1554

Browse files
committed
Version 1.11
1 parent a047637 commit 04f1554

File tree

4 files changed

+27
-8
lines changed

4 files changed

+27
-8
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>nl.dantevg</groupId>
88
<artifactId>WebStats</artifactId>
9-
<version>1.11.0-SNAPSHOT</version>
9+
<version>1.11.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>8</maven.compiler.source>
@@ -25,7 +25,7 @@
2525
</repository>
2626
<repository>
2727
<id>paper-repo</id>
28-
<url>https://papermc.io/repo/repository/maven-public/</url>
28+
<url>https://repo.papermc.io/repository/maven-public/</url>
2929
</repository>
3030
<repository>
3131
<id>placeholderapi-repo</id>

web/WebStats-dist.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package-lock.json

Lines changed: 23 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webstats-frontend",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"author": "RedPolygon <[email protected]>",
55
"license": "MIT",
66
"description": "The front-end for the WebStats Spigot plugin",

0 commit comments

Comments
 (0)