Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Sep 30, 2022
1 parent 0f6a9dc commit bc46d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mcdreforged.plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "pcrc",
"version": "1.3.0",
"version": "1.4.0",
"name": "PCRC",
"description": {
"en_us": "PyCraft based Replay Client",
Expand Down
2 changes: 1 addition & 1 deletion pcrc/constant.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '1.3.0'
VERSION = '1.4.0'
PACKAGE_NAME = 'pcrc'

MILLI_SECOND_PER_HOUR = 60 * 60 * 1000
Expand Down

0 comments on commit bc46d3a

Please sign in to comment.