Version update

This commit is contained in:
Pavel Lukandiy 2019-04-15 15:32:03 +03:00
parent 246bd21260
commit 98719044b0
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
### 0.3.13
- **[Breaking change]**: `LabelTableViewCell` moved to `LeadKit`.
- **[Breaking change]**: Removed `PinLayout` dependency.
### 0.3.12 ### 0.3.12
- **Update**: Swift 5 support - **Update**: Swift 5 support
@ -128,4 +132,3 @@
## 0.1.0 ## 0.1.0
- **Add**: support for Swift 3.2 / 4 - **Add**: support for Swift 3.2 / 4

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.3.12</string> <string>0.3.13</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>