From b87ea4a6b6e4f789266dc55eebf26b9885840330 Mon Sep 17 00:00:00 2001 From: k-lpmg Date: Thu, 21 Feb 2019 15:10:51 +0900 Subject: [PATCH] Bump version to 1.2.0 --- Example/Support/Info.plist | 2 +- Info.plist | 2 +- RealmWrapper.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Support/Info.plist b/Example/Support/Info.plist index 09a7118..5d070e7 100644 --- a/Example/Support/Info.plist +++ b/Example/Support/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.4 + 1.2.0 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Info.plist b/Info.plist index faa2031..db4caab 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.4 + 1.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/RealmWrapper.podspec b/RealmWrapper.podspec index c21e999..928b8a5 100644 --- a/RealmWrapper.podspec +++ b/RealmWrapper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealmWrapper" - s.version = "1.1.4" + s.version = "1.2.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"