Skip to content

Commit

Permalink
Set version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Zen committed Jun 25, 2017
1 parent e31a42f commit d6d4b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FastEasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'FastEasyMapping'
spec.version = '1.2.1'
spec.version = '1.2.2'
spec.summary = 'Fast mapping from JSON to CoreData / Realm (github.com/Yalantis/FastEasyMappingRealm) / Plain NSObject'
spec.homepage = "https://github.com/Yalantis/FastEasyMapping"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions FastEasyMapping.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.2.1;
CURRENT_PROJECT_VERSION = 1.2.2;
DYLIB_COMPATIBILITY_VERSION = "${CURRENT_PROJECT_VERSION}";
DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1810,7 +1810,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = 1.2.1;
CURRENT_PROJECT_VERSION = 1.2.2;
DYLIB_COMPATIBILITY_VERSION = "${CURRENT_PROJECT_VERSION}";
DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
ENABLE_NS_ASSERTIONS = NO;
Expand Down

0 comments on commit d6d4b37

Please sign in to comment.