From 43d15677b2d8b81404aac6241575061fb601c806 Mon Sep 17 00:00:00 2001 From: Yume Date: Fri, 8 Sep 2023 17:04:32 +0800 Subject: [PATCH] version 0.0.7 --- Makefile | 2 +- README.md | 2 +- README_ZH.md | 2 +- Sources/LeakDetect/Command.swift | 2 +- action.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 870eb51..43eb575 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.0.6 +VERSION = 0.0.7 include CodeQL.mk diff --git a/README.md b/README.md index b71c547..55e2dca 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: yume190/LeakDetect@0.0.6 + - uses: yume190/LeakDetect@0.0.7 with: # https://github.com/antranapp/LeakDetector module: LeakDetectorDemo diff --git a/README_ZH.md b/README_ZH.md index c2efddd..dbd0532 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: yume190/LeakDetect@0.0.6 + - uses: yume190/LeakDetect@0.0.7 with: # https://github.com/antranapp/LeakDetector module: LeakDetectorDemo diff --git a/Sources/LeakDetect/Command.swift b/Sources/LeakDetect/Command.swift index 8d0befb..da32121 100644 --- a/Sources/LeakDetect/Command.swift +++ b/Sources/LeakDetect/Command.swift @@ -22,7 +22,7 @@ struct Command: AsyncParsableCommand { leakDetect --module LeakDetectorDemo --file LeakDetectorDemo.xcworkspace """, - version: "0.0.6" + version: "0.0.7" ) @Flag(name: [.customLong("verbose", withSingleDash: false), .short], help: "verbose") diff --git a/action.yml b/action.yml index fd978b5..57d83ef 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ runs: run: | # TEMP_DIR=$(mktemp -d) curl -sSL \ - "https://github.com/yume190/LeakDetect/releases/download/0.0.6/leakDetect" \ + "https://github.com/yume190/LeakDetect/releases/download/0.0.7/leakDetect" \ -o leakDetect chmod +x leakDetect