Skip to content

Commit 6fcfa56

Browse files
committed
update version number
1 parent 12a9cc0 commit 6fcfa56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
bl_info = {
88
"name": "Lily Surface Scraper",
99
"author": "Élie Michel <[email protected]>",
10-
"version": (1, 6, 2),
10+
"version": (1, 7, 4),
1111
"blender": (2, 82, 0),
1212
"location": "Properties > Material",
1313
"description": "Import material from a single URL",

blender/LilySurfaceScraper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
bl_info = {
88
"name": "Lily Surface Scraper",
99
"author": "Élie Michel <[email protected]>",
10-
"version": (1, 7, 3),
10+
"version": (1, 7, 4),
1111
"blender": (2, 82, 0),
1212
"location": "Properties > Material",
1313
"description": "Import material from a single URL",

0 commit comments

Comments
 (0)