Skip to content

Commit

Permalink
bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Aug 29, 2019
1 parent f71947c commit 867a4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XJoy/XJoy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ void exit_handler(int signum) {

int main() {
signal(SIGINT, exit_handler);
std::cout << "XJoy v0.1.9" << std::endl << std::endl;
std::cout << "XJoy v0.2.0" << std::endl << std::endl;

initialize_xbox();
hid_init();
Expand Down

0 comments on commit 867a4d3

Please sign in to comment.