Skip to content

Commit

Permalink
bump to version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Mar 29, 2019
1 parent e00478b commit 67fe1ef
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 @@ -527,7 +527,7 @@ void exit_handler(int signum) {

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

initialize_xbox();
hid_init();
Expand Down

0 comments on commit 67fe1ef

Please sign in to comment.