From 6b625b3b7f68135f873a1959d41b0c38856e7af2 Mon Sep 17 00:00:00 2001 From: Benoit Date: Sat, 9 May 2015 12:41:14 +0200 Subject: [PATCH] updated version to 2.1.1 --- Resources/Info.plist | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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}"