diff --git a/Resources/Info.plist b/Resources/Info.plist index a881576..b2dea04 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.4 + 2.1.5 CFBundleSignature ???? CFBundleVersion - 2.1.4 + 2.1.5 CFPlugInDynamicRegisterFunction CFPlugInDynamicRegistration diff --git a/install.sh b/install.sh index 8ba55a0..7e75a93 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.1.4/UncrustifyPlugin-2.1.4.zip +DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.1.5/UncrustifyPlugin-2.1.5.zip PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins" mkdir -p "${PLUGINS_DIR}"