We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cec6d commit 0969ef9Copy full SHA for 0969ef9
3 files changed
.github/workflows/buildJava.yml
@@ -24,4 +24,4 @@ jobs:
24
uses: actions/upload-artifact@v4
25
with:
26
name: ServerWebGamePost Java Edition
27
- path: java/target/ServerWebGamePost-1.1.0.jar
+ path: java/target/ServerWebGamePost-1.1.1.jar
.github/workflows/nodejs-deno.yml
@@ -31,4 +31,4 @@ jobs:
31
32
33
name: ServerWebGamePost NodeJS Deno Edition
34
- path: nodejs/ServerWebGamePost-1.1.0.tgz
+ path: nodejs/ServerWebGamePost-1.1.1.tgz
.github/workflows/python-package.yml
@@ -39,4 +39,4 @@ jobs:
39
40
41
name: ServerWebGamePost Python Edition
42
- path: ServerWebGamePost-1.1.0.tar.gz
+ path: ServerWebGamePost-1.1.1.tar.gz
0 commit comments