Skip to content

Commit 2356407

Browse files
committed
Bump up IBLinter.
1 parent 55e0c6e commit 2356407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ $ make open
2828
|SwiftGen|https://github.com/SwiftGen/SwiftGen|6.4.0|`x86_64`|-|
2929
|SwiftLint|https://github.com/realm/SwiftLint|0.43.1|`x86_64 arm64`|-|
3030
|SwiftFormat|https://github.com/nicklockwood/SwiftFormat|0.48.11|`x86_64 arm64`|-|
31-
|IBLinter|https://github.com/IBDecodable/IBLinter|0.4.27|`x86_64`|-|
31+
|IBLinter|https://github.com/IBDecodable/IBLinter|0.5.0|`x86_64`|-|
3232
|LicensePlist|https://github.com/mono0926/LicensePlist|3.17.0|`x86_64 arm64`|-|

scripts/local-install-iblinter.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ INSTALL_PATH=$1
5050
mkdir -p "${INSTALL_PATH}"
5151

5252
NAME="IBLinter"
53-
VERSION="0.4.27"
53+
VERSION="0.5.0"
5454
ZIP_URL="https://github.com/IBDecodable/IBLinter/releases/download/${VERSION}/portable_iblinter.zip"
5555
BIN_PATH="${INSTALL_PATH}/bin/iblinter"
5656

0 commit comments

Comments
 (0)