Skip to content

Commit

Permalink
chore(release): 1.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed May 8, 2024
1 parent 37713c0 commit 81429e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.41.2](https://github.com/hugemenace/nd/compare/v1.41.1...v1.41.2) (2024-05-08)

### [1.41.1](https://github.com/hugemenace/nd/compare/v1.41.0...v1.41.1) (2024-05-07)


Expand Down
6 changes: 3 additions & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
bl_info = {
"name": "HugeMenace — ND",
"author": "HugeMenace",
"version": (1, 41, 1),
"version": (1, 41, 2),
"blender": (4, 0, 0),
"location": "N Panel, Shift + 2",
"description": "Non-destructive operations, tools, and generators.",
Expand Down Expand Up @@ -559,7 +559,7 @@ def draw_keymap(self, box):
row = column.row()
row.prop(self, pref)

version = (1, 41, 1)
version = (1, 41, 2)

name = "ND v%s" % ('.'.join([str(v) for v in version]))
wm = bpy.context.window_manager
Expand Down Expand Up @@ -616,7 +616,7 @@ def register():
registerable.reload()
registerable.register()

version = (1, 41, 1)
version = (1, 41, 2)
version_str = '.'.join([str(v) for v in version])

prefs = lib.preferences.get_preferences()
Expand Down
2 changes: 1 addition & 1 deletion blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version = "1.0.0"

id = "nd"
version = "1.41.1"
version = "1.41.2"
name = "ND"
tagline = "Non-Destructive Modeling Toolkit"
maintainer = "HugeMenace <[email protected]>"
Expand Down

0 comments on commit 81429e2

Please sign in to comment.