Skip to content

Commit

Permalink
bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Aug 26, 2018
1 parent 523b8c4 commit 5a0ef01
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 @@ -503,7 +503,7 @@ void exit_handler(int signum) {

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

initialize_xbox();
hid_init();
Expand Down

0 comments on commit 5a0ef01

Please sign in to comment.