Skip to content

Commit 388e925

Browse files
committed
Bump version to v0.10.0
1 parent 7976585 commit 388e925

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/CHANGELOG.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.10.0 (WIP):
2+
3+
14
v0.9.2 (2023-09-01):
25

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

imgui_node_editor.h

+2-2
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.10.0"
25+
# define IMGUI_NODE_EDITOR_VERSION_NUM 001000
2626

2727

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

0 commit comments

Comments
 (0)