Skip to content

Commit 30ddac8

Browse files
authored
Update ImGuiFileDialog.h
1 parent 8a2f2eb commit 30ddac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ImGuiFileDialog/ImGuiFileDialog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424

2525
#pragma once
2626

27-
#define IMGUIFILEDIALOG_VERSION "v0.2"
27+
#define IMGUIFILEDIALOG_VERSION "v0.3"
2828

2929
#include <imgui.h>
3030

@@ -255,4 +255,4 @@ namespace igfd
255255
bool BeginFlashItem(size_t vIdx);
256256
void EndFlashItem();
257257
};
258-
}
258+
}

0 commit comments

Comments
 (0)