From 780073b7c09300eeef2bc1e578b9d5c65be62961 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Sun, 4 Feb 2024 23:51:46 +0800 Subject: [PATCH] 2.5.3 --- msicreator.json | 2 +- src/sticker_convert/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msicreator.json b/msicreator.json index a7c135a9..d4a90ca7 100644 --- a/msicreator.json +++ b/msicreator.json @@ -1,6 +1,6 @@ { "upgrade_guid": "1279FFE1-5C4A-4354-B0A0-5A3FCF2719E3", - "version": "2.5.2", + "version": "2.5.3", "product_name": "sticker-convert", "manufacturer": "laggykiller", "name": "sticker-convert", diff --git a/src/sticker_convert/__init__.py b/src/sticker_convert/__init__.py index c52d03e4..e224c2ea 100755 --- a/src/sticker_convert/__init__.py +++ b/src/sticker_convert/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 '''sticker-convert''' -__version__ = '2.5.2' \ No newline at end of file +__version__ = '2.5.3' \ No newline at end of file