Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yume190 committed Sep 14, 2023
1 parent 7236258 commit 68fb463
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions .leakdetect.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- module: temp
types:
- name: ""
funcs:
- escape
functions:
- module: temp
types:
- name: ""
instance_functions:
- escape
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.0.7
VERSION = 0.0.8

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/[email protected].7
- uses: yume190/[email protected].8
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/[email protected].7
- uses: yume190/[email protected].8
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 @@ -23,7 +23,7 @@ struct Command: AsyncParsableCommand {
leakDetect --module LeakDetectorDemo --file LeakDetectorDemo.xcworkspace
""",
version: "0.0.7"
version: "0.0.8"
)

@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 @@ -48,7 +48,7 @@ runs:
run: |
# TEMP_DIR=$(mktemp -d)
curl -sSL \
"https://github.com/yume190/LeakDetect/releases/download/0.0.7/leakDetect" \
"https://github.com/yume190/LeakDetect/releases/download/0.0.8/leakDetect" \
-o leakDetect
chmod +x leakDetect
Expand Down

0 comments on commit 68fb463

Please sign in to comment.