Skip to content

Commit

Permalink
version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yume190 committed Sep 8, 2023
1 parent 6cbf40a commit 43d1567
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.0.6
VERSION = 0.0.7

include CodeQL.mk

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/LeakDetect/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43d1567

Please sign in to comment.