diff --git a/PrinterExampleApp/PrinterExampleApp/Info.plist b/PrinterExampleApp/PrinterExampleApp/Info.plist
index d634fbf..79b7591 100644
--- a/PrinterExampleApp/PrinterExampleApp/Info.plist
+++ b/PrinterExampleApp/PrinterExampleApp/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.1
+ 1.2
CFBundleVersion
1
LSRequiresIPhoneOS
diff --git a/printer-logger.podspec b/printer-logger.podspec
index ca3ecb8..04ef880 100644
--- a/printer-logger.podspec
+++ b/printer-logger.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'printer-logger'
s.module_name = 'Printer'
-s.version = '1.1'
+s.version = '1.2'
s.summary = 'Printer is just another logger but fancy. ✅❌🚧📣🚨'
s.description = 'Want to print logs in a fancy way? Here is the Swift 3.x supported logger for you. We calls it – Printer 🖨'
s.homepage = 'https://github.com/hemangshah/printer'