From 8befac251e73e700f9019f376bfb060d7196a567 Mon Sep 17 00:00:00 2001 From: k-lpmg Date: Thu, 13 Sep 2018 21:32:24 +0900 Subject: [PATCH] Bump version to 1.1.2 --- RealmWrapper.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RealmWrapper.podspec b/RealmWrapper.podspec index 7697e89..71c2a00 100644 --- a/RealmWrapper.podspec +++ b/RealmWrapper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealmWrapper" - s.version = "1.1.1" + s.version = "1.1.2" 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"