Skip to content

Commit

Permalink
🚀 New release preparation: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Feb 1, 2021
1 parent c564353 commit b76825b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meme_resourcepack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pack": {
"pack_format": 6,
"description": "§e梗体中文亮瞎眼包!!!\n§3Release v1.1.0"
"description": "§e梗体中文亮瞎眼包!!!\n§3Release v1.2.0"
},
"language": {
"zh_meme": {
Expand Down
2 changes: 1 addition & 1 deletion preset_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from sys import exit
from memepack_builder.wrapper import main

pack_version = '1.1.0'
pack_version = '1.2.0'
build_unsuccessful = 0

def check_version_consistency():
Expand Down

0 comments on commit b76825b

Please sign in to comment.