Skip to content

Commit

Permalink
Incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Raeder committed Dec 7, 2022
1 parent 6c57f03 commit 6bfcffd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BugsplatMac.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Supporting/buildnumber.xcconfig
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 6bfcffd

Please sign in to comment.