Skip to content

Commit 3026693

Browse files
committed
1.20.2
1 parent d528196 commit 3026693

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ mctoast模仿的效果:
3333
- 若遇到了相关的许可证问题,请第一时间[提交issue](https://github.com/SystemFileB/mctoast/issues)并加上 版权或许可证问题 标签
3434

3535
## 📰更新日志
36+
### 1.20.2
37+
- 修改CLI彩蛋
38+
3639
### 1.20.1
3740
- 紧急修复:CLI工具的版本号不对
3841
- 把版本号定义加在了`__init__.py`

mctoast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
toasts=[None,None,None,None,None]
2222

2323
__package__ = "mctoast"
24-
__version__ = "1.20.1"
24+
__version__ = "1.20.2"
2525
__author__ = "SystemFileB"
2626
__description__ = "把Minecraft的Toast带到现实里!"
2727
__license__ = "GNU Lesser General Public License v3 (LGPLv3)"

mctoast/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
python -m mctoast -t=0 -i=1.png -t1=进度已达成! -c1=yellow "-t2=我好像被保存了. . ." -c2=white test.png
3636
37-
本mctoast具有超级牛力
37+
本mctoast具有超级 --牛 力
3838
"""
3939
moo="""
4040
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣀⣀⣤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="mctoast",
8-
version="1.20.1",
8+
version="1.20.2",
99
description="把Minecraft的Toast带到现实里!",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)