Skip to content

Commit

Permalink
Bump version in about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Uba authored Jan 15, 2020
1 parent f1a6207 commit aaa1712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CombatSportsScore/CombatSportsScore/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected void OnAboutActionActivated(object sender, EventArgs e)
abdg.WrapLicense = true;
abdg.Authors = new string[] { "SavSanta <@SavSantaX>" };
abdg.ProgramName = "Combat Sports ScoreCard Keeper";
abdg.Version = "0.95";
abdg.Version = "0.98";
abdg.Website = "https://github.com/SavSanta/CombatSportsScore";
abdg.Comments = "Combat Sports (Boxing/MMA/KickBoxing) Scorecard Keeper written in C# using GTK+";
abdg.License = "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.";
Expand Down

0 comments on commit aaa1712

Please sign in to comment.