From dfe7f4825e87d503a9765f623ffb80835a6d101e Mon Sep 17 00:00:00 2001 From: k-lpmg Date: Fri, 3 Aug 2018 12:47:31 +0900 Subject: [PATCH] Bump version to 1.1.0 --- Example/Support/Info.plist | 2 +- RealmWrapper.podspec | 2 +- Sources/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Support/Info.plist b/Example/Support/Info.plist index c854eae..8609095 100644 --- a/Example/Support/Info.plist +++ b/Example/Support/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.2 + 1.1.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/RealmWrapper.podspec b/RealmWrapper.podspec index 1819eb2..62a337f 100644 --- a/RealmWrapper.podspec +++ b/RealmWrapper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealmWrapper" - s.version = "1.0.2" + s.version = "1.1.0" s.summary = "Simple wrapper for RealmSwift" s.description = "This is simple wrapper that wrapper is easy to use transaction synchronous processing and realm notifications." s.homepage = "https://github.com/k-lpmg/RealmWrapper" diff --git a/Sources/Info.plist b/Sources/Info.plist index 0ecaf50..a5ae6f9 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass