Skip to content

Commit c1c643f

Browse files
committed
[VER] : fix version of v0.6.6.1 for a new fast release
1 parent 015b092 commit c1c643f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

ImGuiFileDialog.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ SOFTWARE.
5252
|_____||_| |_| |_| \_____| \__,_||_||_| |_||_| \___||_____/ |_| \__,_||_| \___/ \__, |
5353
__/ |
5454
|___/
55-
___ __ ______
56-
/ _ \ / / |____ |
57-
__ __| | | | / /_ / /
58-
\ \ / /| | | | | '_ \ / /
59-
\ V / | |_| |_| (_) |_ / /
60-
\_/ \___/(_)\___/(_)/_/
55+
___ __ __ __
56+
/ _ \ / / / / /_ |
57+
__ __| | | | / /_ / /_ | |
58+
\ \ / /| | | | | '_ \ | '_ \ | |
59+
\ V / | |_| |_| (_) |_| (_) |_ | |
60+
\_/ \___/(_)\___/(_)\___/(_)|_|
61+
6162
6263
github repo : https://github.com/aiekick/ImGuiFileDialog
6364
this section is the content of the ReadMe.md file
@@ -1122,7 +1123,7 @@ The Custom Icon Font (in CustomFont.cpp and CustomFont.h) was made with ImGuiFon
11221123
#pragma region IGFD VERSION
11231124

11241125
// compatible with 1.90.1 WIP
1125-
#define IMGUIFILEDIALOG_VERSION "v0.6.7"
1126+
#define IMGUIFILEDIALOG_VERSION "v0.6.6.1"
11261127

11271128
#pragma endregion
11281129

0 commit comments

Comments
 (0)