Skip to content

Commit

Permalink
Updated version to 0.8.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimj committed Oct 8, 2022
1 parent c28e8ee commit f5ce3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
bl_info = {
"name": "Topologic",
"author": "Wassim Jabi",
"version": "0.8.2.4",
"version": "0.8.2.5",
"blender": (3, 2, 0),
"location": "Node Editor",
"category": "Node",
Expand Down
2 changes: 1 addition & 1 deletion nodes/Topologic/Version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def sv_init(self, context):
self.outputs.new('SvStringsSocket', 'Version')

def process(self):
self.outputs['Version'].sv_set(['0 8 2 4'])
self.outputs['Version'].sv_set(['0 8 2 5'])


def register():
Expand Down

0 comments on commit f5ce3c2

Please sign in to comment.