Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Griperis committed Jul 20, 2024
1 parent ca3369a commit e0b89d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
bl_info = {
"name": "Improved Node Search",
"author": "Zdenek Dolezal",
"version": (1, 0, 0),
"version": (1, 0, 2),
"blender": (4, 2, 0),
"location": "",
"description": "",
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 = "improved_node_search"
version = "1.0.1"
version = "1.0.2"
name = "Improved Node Search"
tagline = "Navigate your node tree faster via more node search options"
maintainer = "Zdenek Dolezal <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.0.1"
VERSION="1.0.2"
BUILDS_FOLDER="builds"

if [ -d "${BUILDS_FOLDER}/node_search" ]; then
Expand Down
Binary file added node_search_1.0.2.zip
Binary file not shown.

0 comments on commit e0b89d4

Please sign in to comment.