From 46db7804efa99ca2a1fdfc9475dd699f088e7fd0 Mon Sep 17 00:00:00 2001 From: k-lpmg Date: Mon, 30 Jul 2018 14:52:54 +0900 Subject: [PATCH] Bump version to 1.0.2 --- RealmWrapper.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RealmWrapper.podspec b/RealmWrapper.podspec index 19b8b37..1819eb2 100644 --- a/RealmWrapper.podspec +++ b/RealmWrapper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealmWrapper" - s.version = "1.0.1" + s.version = "1.0.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"