File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/upload-artifact@v4
2525 with :
2626 name : ServerWebGamePost Java Edition
27- path : java/target/ServerWebGamePost-1.0 .0.jar
27+ path : java/target/ServerWebGamePost-1.1 .0.jar
Original file line number Diff line number Diff line change 3131 uses : actions/upload-artifact@v4
3232 with :
3333 name : ServerWebGamePost NodeJS Deno Edition
34- path : nodejs/ServerWebGamePost-1.0 .0.tgz
34+ path : nodejs/ServerWebGamePost-1.1 .0.tgz
Original file line number Diff line number Diff line change 3434 - name : Packpage
3535 run : |
3636 mv "python" "ServerWebGamePost"
37- tar czvf ServerWebGamePost-1.0 .0.tar.gz ServerWebGamePost/
37+ tar czvf ServerWebGamePost-1.1 .0.tar.gz ServerWebGamePost/
3838 - name : Upload Artifact
3939 uses : actions/upload-artifact@v4
4040 with :
4141 name : ServerWebGamePost Python Edition
42- path : ServerWebGamePost-1.0 .0.tar.gz
42+ path : ServerWebGamePost-1.1 .0.tar.gz
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
55<modelVersion >4.0.0</modelVersion >
66<groupId >org.creadoresprogram</groupId >
77<artifactId >ServerWebGamePost</artifactId >
8- <version >1.0 .0</version >
8+ <version >1.1 .0</version >
99<properties >
1010<maven .compiler.source>1.8</maven .compiler.source>
1111<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 11{
22 "name" : " ServerWebGamePost" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " A multiplayer server system based on web servers with POST method" ,
55 "main" : " index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22setup (
33 name = "ServerWebGamePost" ,
4- version = "1.0 .0" ,
4+ version = "1.1 .0" ,
55 packages = find_packages (exclude = ['tests*' ]),
66 license = "MIT" ,
77 description = "A multiplayer server system based on web servers with POST method" ,
You can’t perform that action at this time.
0 commit comments