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"