Skip to content

Commit 7009fbc

Browse files
committed
BL Info: Bump up version number
1 parent 3f733d1 commit 7009fbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
bl_info = {
2121
"name": "Node Tabber (Development)",
2222
"author": "Richard Lyons, williamchange, Quackers",
23-
"version": (0, 3, 0),
23+
"version": (0, 3, 1),
2424
"blender": (3, 4, 0),
2525
"description": "Allows quick smart searching of node types.",
2626
"category": "Node",

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
BL_INFO_BASE = {
1414
"name": "Node Tabber",
1515
"author": "Richard Lyons, williamchange, Quackers",
16-
"version": (0, 3, 0),
16+
"version": (0, 3, 1),
1717
"blender": (3, 4, 0),
1818
"description": "Allows quick smart searching of node types.",
1919
"category": "Node",

0 commit comments

Comments
 (0)