Skip to content

Commit

Permalink
Version bump: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalcott committed Apr 7, 2015
1 parent 4ed07b8 commit 675b087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ZXingObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZXingObjC'
s.version = '3.0.4'
s.version = '3.1.0'
s.summary = 'An Objective-C Port of the ZXing barcode framework.'
s.homepage = 'https://github.com/TheLevelUp/ZXingObjC'
s.author = 'ZXingObjC team'
Expand Down
6 changes: 3 additions & 3 deletions ZXingObjC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6557,7 +6557,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_VERSION = 3.0.4;
FRAMEWORK_VERSION = 3.1.0;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down Expand Up @@ -6683,7 +6683,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_VERSION = 3.0.4;
FRAMEWORK_VERSION = 3.1.0;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -6715,7 +6715,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_VERSION = 3.0.4;
FRAMEWORK_VERSION = 3.1.0;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
Expand Down

0 comments on commit 675b087

Please sign in to comment.