Skip to content

Commit b485a11

Browse files
committed
v1.1.0
1 parent 0f5c057 commit b485a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcdreforged.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "pcrc",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"name": "PCRC",
55
"description": {
66
"en_us": "PyCraft based Replay Client",

pcrc/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '1.0.0'
1+
VERSION = '1.1.0'
22
PACKAGE_NAME = 'pcrc'
33

44
MILLI_SECOND_PER_HOUR = 60 * 60 * 1000

0 commit comments

Comments
 (0)