diff --git a/Resources/Info.plist b/Resources/Info.plist index 26e0398..ce56bdb 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1 + 2.1.1 CFBundleSignature ???? CFBundleVersion - 2.1 + 2.1.1 CFPlugInDynamicRegisterFunction CFPlugInDynamicRegistration diff --git a/install.sh b/install.sh index 4bcf582..742f27e 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/UncrustifyPlugin-2.1.zip +DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.1.1/UncrustifyPlugin-2.1.1.zip PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins" mkdir -p "${PLUGINS_DIR}"