Skip to content

Commit e1ab6f1

Browse files
committed
[REL] 1.4.2
1 parent 4753549 commit e1ab6f1

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
@@ -51,7 +51,7 @@ def reload_recursive_ex(module):
5151
bl_info = {
5252
'name': 'BLint',
5353
'author': 'Spencer Magnusson',
54-
'version': (1, 4, 1),
54+
'version': (1, 4, 2),
5555
'blender': (3, 6, 0),
5656
'description': 'Custom project linting',
5757
'location': 'Scene',

blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ schema_version = "1.0.0"
33
# Example of manifest file for a Blender extension
44
# Change the values according to your extension
55
id = "blint"
6-
version = "1.4.1"
6+
version = "1.4.2"
77
name = "BLint"
88
tagline = "Project-level quality checks for Blender"
99
maintainer = "Spencer Magnusson <[email protected]>"

0 commit comments

Comments
 (0)