Explorar el Código

Bump install_swiftlint.sh version

Tom Baranes hace 8 años
padre
commit
bf4cd553e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/install_swiftlint.sh

+ 1 - 1
scripts/install_swiftlint.sh

@@ -7,7 +7,7 @@
 set -e
 
 SWIFTLINT_PKG_PATH="/tmp/SwiftLint.pkg"
-SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.21.0/SwiftLint.pkg"
+SWIFTLINT_PKG_URL="https://github.com/realm/SwiftLint/releases/download/0.22.0/SwiftLint.pkg"
 
 wget --output-document=$SWIFTLINT_PKG_PATH $SWIFTLINT_PKG_URL