Skip to content

Commit 777897f

Browse files
committed
Releasing version 0.24.0.
1 parent e2b2822 commit 777897f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [0.24.0](https://github.com/lucasmedeirosleite/EasyMapping/releases/tag/0.24.0)
7+
68
### Added
79

810
* Support for Xcode 12.

Configs/EasyMapping.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.23.0</string>
18+
<string>0.24.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Configs/EasyMappingTests.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.23.0</string>
18+
<string>0.24.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

EasyMapping.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "EasyMapping"
3-
s.version = "0.23.0"
3+
s.version = "0.24.0"
44
s.summary = "The easiest way to map data from your webservice."
55
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)