Update __init__.py

pull/135/head
Torrin Leonard 2022-06-18 14:25:28 -04:00 zatwierdzone przez GitHub
rodzic f32f2baf3c
commit 68fb0e245c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,15 +1,15 @@
bl_info = {
"name": "Blend_My_NFTs",
"author": "Torrin Leonard, This Cozy Studio Inc",
"version": (4, 3, 0),
"version": (4, 4, 0),
"blender": (3, 2, 0),
"location": "View3D",
"description": "A free and opensource Blender add-on that enables you to create thousands of unique images, animations, and 3D models.",
"category": "Development",
}
BMNFTS_VERSION = "v4.3.0"
LAST_UPDATED = "8:45AM, June 11th, 2022"
BMNFTS_VERSION = "v4.4.0"
LAST_UPDATED = "2:25PM, June 18th, 2022"
# ======== Import handling ======== #