From 4a171568f7498160d09f536529e703fd118cfcbe Mon Sep 17 00:00:00 2001 From: Fhwang Date: Sun, 28 Jun 2020 06:15:31 +0900 Subject: [PATCH] .fix: ready publish #13 --- .github/workflows/Runner.yml | 2 +- Form1.cs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Runner.yml b/.github/workflows/Runner.yml index de984df..1138003 100644 --- a/.github/workflows/Runner.yml +++ b/.github/workflows/Runner.yml @@ -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 diff --git a/Form1.cs b/Form1.cs index 2868a6e..07890b5 100644 --- a/Form1.cs +++ b/Form1.cs @@ -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; @@ -692,5 +692,6 @@ private bool toggleTraySetting() +