Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 27, 2021
1 parent d4d087a commit 50a40f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meme_resourcepack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": [
1,
3,
0
1
],
"min_engine_version": [
1,
Expand All @@ -23,7 +23,7 @@
"version": [
1,
3,
0
1
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion preset_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sys import exit
from memepack_builder.wrapper import main as _main

PACK_VERSION = '1.3.0'
PACK_VERSION = '1.3.1'


def check_version_consistency():
Expand Down

0 comments on commit 50a40f0

Please sign in to comment.