Skip to content

Commit

Permalink
bump version v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed Jul 27, 2022
1 parent e335c79 commit fc03f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedom/freedom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "window.h"
#include "font.h"

#define FR_VERSION "v0.4"
#define FR_VERSION "v0.5"
#define ITEM_DISABLED ImVec4(0.50f, 0.50f, 0.50f, 1.00f)
#define ITEM_UNAVAILABLE ImVec4(1.0f, 0.0f, 0.0f, 1.00f)

Expand Down

0 comments on commit fc03f6a

Please sign in to comment.