Skip to content

Commit

Permalink
Version bump: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalcott committed Oct 11, 2013
1 parent 41037f9 commit 34f825c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LUKeychainAccess.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LUKeychainAccess'
s.version = '1.1.1'
s.version = '1.2.0'
s.summary = 'A wrapper for iOS Keychain Services that behaves just like NSUserDefaults.'
s.homepage = 'https://github.com/TheLevelUp/LUKeychainAccess'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions LUKeychainAccess.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
FRAMEWORK_VERSION = 1.1.1;
FRAMEWORK_VERSION = 1.2.0;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -324,7 +324,7 @@
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
FRAMEWORK_VERSION = 1.1.1;
FRAMEWORK_VERSION = 1.2.0;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
Expand Down

0 comments on commit 34f825c

Please sign in to comment.