We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4753549 commit e1ab6f1Copy full SHA for e1ab6f1
__init__.py
@@ -51,7 +51,7 @@ def reload_recursive_ex(module):
51
bl_info = {
52
'name': 'BLint',
53
'author': 'Spencer Magnusson',
54
- 'version': (1, 4, 1),
+ 'version': (1, 4, 2),
55
'blender': (3, 6, 0),
56
'description': 'Custom project linting',
57
'location': 'Scene',
blender_manifest.toml
@@ -3,7 +3,7 @@ schema_version = "1.0.0"
3
# Example of manifest file for a Blender extension
4
# Change the values according to your extension
5
id = "blint"
6
-version = "1.4.1"
+version = "1.4.2"
7
name = "BLint"
8
tagline = "Project-level quality checks for Blender"
9
maintainer = "Spencer Magnusson <[email protected]>"
0 commit comments