diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aea81b..055203e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. Latest release is available [here](https://github.com/hemangshah/printer/releases/latest). +## [1.4](https://github.com/hemangshah/printer/releases/tag/1.4) - Dec 26, 2017 +## Code Refactoring and improvements. + ## [1.3](https://github.com/hemangshah/printer/releases/tag/1.3) - Jun 19, 2017 ## Fixed - Shouldn’t print the private logs in `onLogCompletion` closure. diff --git a/PrinterExampleApp/PrinterExampleApp/Info.plist b/PrinterExampleApp/PrinterExampleApp/Info.plist index 4c5952d..9da31a7 100644 --- a/PrinterExampleApp/PrinterExampleApp/Info.plist +++ b/PrinterExampleApp/PrinterExampleApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3 + 1.4 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/printer-logger.podspec b/printer-logger.podspec index a9430e5..55ff89a 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.3' +s.version = '1.4' 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'