Skip to content

Commit 8d09af5

Browse files
committed
v1.2.2
1 parent 9fc650c commit 8d09af5

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.2.1",
3+
"version": "1.2.2",
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.2.1'
1+
VERSION = '1.2.2'
22
PACKAGE_NAME = 'pcrc'
33

44
MILLI_SECOND_PER_HOUR = 60 * 60 * 1000

0 commit comments

Comments
 (0)