Skip to content

Commit

Permalink
Version 3.0.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Mar 1, 2018
1 parent f837df0 commit 267c4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jctool/FormJoy.h
Original file line number Diff line number Diff line change
Expand Up @@ -2183,7 +2183,7 @@ public ref class FormJoy : public System::Windows::Forms::Form
this->Name = L"FormJoy";
this->SizeGripStyle = System::Windows::Forms::SizeGripStyle::Hide;
this->StartPosition = System::Windows::Forms::FormStartPosition::CenterScreen;
this->Text = L"Joy-Con Toolkit v3.0.1";
this->Text = L"Joy-Con Toolkit v3.0.2";
this->FormClosing += gcnew System::Windows::Forms::FormClosingEventHandler(this, &FormJoy::Form1_FormClosing);
this->SizeChanged += gcnew System::EventHandler(this, &FormJoy::fixToolstripOverlap);
this->grpBox_Color->ResumeLayout(false);
Expand Down

0 comments on commit 267c4c4

Please sign in to comment.