Skip to content

Commit d6d4b37

Browse files
author
Dima Zen
committed
Set version to 1.2.2
1 parent e31a42f commit d6d4b37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FastEasyMapping.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'FastEasyMapping'
3-
spec.version = '1.2.1'
3+
spec.version = '1.2.2'
44
spec.summary = 'Fast mapping from JSON to CoreData / Realm (github.com/Yalantis/FastEasyMappingRealm) / Plain NSObject'
55
spec.homepage = "https://github.com/Yalantis/FastEasyMapping"
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }

FastEasyMapping.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1758,7 +1758,7 @@
17581758
CLANG_WARN_UNREACHABLE_CODE = YES;
17591759
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
17601760
COPY_PHASE_STRIP = NO;
1761-
CURRENT_PROJECT_VERSION = 1.2.1;
1761+
CURRENT_PROJECT_VERSION = 1.2.2;
17621762
DYLIB_COMPATIBILITY_VERSION = "${CURRENT_PROJECT_VERSION}";
17631763
DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
17641764
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1810,7 +1810,7 @@
18101810
CLANG_WARN_UNREACHABLE_CODE = YES;
18111811
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
18121812
COPY_PHASE_STRIP = YES;
1813-
CURRENT_PROJECT_VERSION = 1.2.1;
1813+
CURRENT_PROJECT_VERSION = 1.2.2;
18141814
DYLIB_COMPATIBILITY_VERSION = "${CURRENT_PROJECT_VERSION}";
18151815
DYLIB_CURRENT_VERSION = "${CURRENT_PROJECT_VERSION}";
18161816
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)