File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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.1.0 </version >
8+ <version >1.1.1 </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.1.0 " ,
3+ "version" : " 1.1.1 " ,
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.1.0 " ,
4+ version = "1.1.1 " ,
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