diff --git a/BugsplatMac.podspec b/BugsplatMac.podspec index 3320eb2..7aa3bae 100644 --- a/BugsplatMac.podspec +++ b/BugsplatMac.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BugsplatMac' - s.version = '1.1.2' + s.version = '1.1.4' s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.homepage = 'http://bugsplat.com' s.summary = 'Bugsplat macOS framework' diff --git a/BugsplatMac.xcodeproj/project.xcworkspace/xcuserdata/geoff.xcuserdatad/UserInterfaceState.xcuserstate b/BugsplatMac.xcodeproj/project.xcworkspace/xcuserdata/geoff.xcuserdatad/UserInterfaceState.xcuserstate index 65f01cf..1a2bec1 100644 Binary files a/BugsplatMac.xcodeproj/project.xcworkspace/xcuserdata/geoff.xcuserdatad/UserInterfaceState.xcuserstate and b/BugsplatMac.xcodeproj/project.xcworkspace/xcuserdata/geoff.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Supporting/buildnumber.xcconfig b/Supporting/buildnumber.xcconfig index fc8b05e..5162331 100644 --- a/Supporting/buildnumber.xcconfig +++ b/Supporting/buildnumber.xcconfig @@ -1,3 +1,3 @@ BUILD_NUMBER = 1 -VERSION_STRING = 1.1.3 +VERSION_STRING = 1.1.4 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) FRAMEWORK_VERSION="@\""$(VERSION_STRING)"\"" FRAMEWORK_BUILD="@\""$(BUILD_NUMBER)"\"" $(XCODEBUILD_GCC_PREPROCESSOR_DEFINITIONS)