Skip to content

Commit

Permalink
Version Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hemangshah committed Dec 26, 2017
1 parent 69ea01b commit 8a78a22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion PrinterExampleApp/PrinterExampleApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3</string>
<string>1.4</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion printer-logger.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 8a78a22

Please sign in to comment.