Skip to content

Commit

Permalink
.fix: ready publish #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Fhwang0926 committed Jun 27, 2020
1 parent ce546d4 commit 4a17156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Runner.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CoreTracker-CI/CD
name: CoreTracker-CICD

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
Expand Down
3 changes: 2 additions & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public partial class Form1 : Form
private Int16 ModeSlow = 5000;
private Int16 ModeNormarl = 3000;
private Int16 ModeFast = 1000;
private string VERSION = "v0.9.78";
private string VERSION = "v0.9.79";
private string GITHUB = "https://github.com/Fhwang0926/CoreTracker";

private bool mouseDown;
Expand Down Expand Up @@ -692,5 +692,6 @@ private bool toggleTraySetting()






0 comments on commit 4a17156

Please sign in to comment.