Skip to content

Commit 4a5a6db

Browse files
committed
Bump version to 0.9.3
1 parent 7976585 commit 4a5a6db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.9.3 (WIP):
2+
3+
nothing yet
4+
5+
16
v0.9.2 (2023-09-01):
27

38
NEW: Editor: Add offset of hover/select to style (thanks @MultiPain)

imgui_node_editor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222

2323
//------------------------------------------------------------------------------
24-
# define IMGUI_NODE_EDITOR_VERSION "0.9.2"
25-
# define IMGUI_NODE_EDITOR_VERSION_NUM 000902
24+
# define IMGUI_NODE_EDITOR_VERSION "0.9.3"
25+
# define IMGUI_NODE_EDITOR_VERSION_NUM 000903
2626

2727

2828
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)