From fc54e756367b121622455b5196662724e07e79ee Mon Sep 17 00:00:00 2001 From: Benoit Date: Sat, 12 Sep 2015 14:03:53 +0200 Subject: [PATCH] updated version to 2.1.2 --- 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 c6b96e7..e0caaed 100755 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 2.1.1 + 2.1.2 CFBundleSignature ???? CFBundleVersion - 2.1.1 + 2.1.2 CFPlugInDynamicRegisterFunction CFPlugInDynamicRegistration diff --git a/install.sh b/install.sh index 742f27e..c7f6e0b 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.1/UncrustifyPlugin-2.1.1.zip +DOWNLOAD_URI=https://github.com/benoitsan/BBUncrustifyPlugin-Xcode/releases/download/2.1.2/UncrustifyPlugin-2.1.2.zip PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins" mkdir -p "${PLUGINS_DIR}"