Skip to content

Commit 754eec4

Browse files
committed
Update version to 0.2.0
1 parent b474b2b commit 754eec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

URLQueryItemEncoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "URLQueryItemEncoder"
5-
s.version = "0.1.1"
5+
s.version = "0.2.0"
66
s.summary = "A Swift Encoder for encoding any Encodable value into an array of URLQueryItem."
77

88
s.description = "A Swift Encoder for encoding any Encodable value into an array of URLQueryItem. As part of the SE-0166, Swift has a foundation for any type to define how its value should be archived. This encoder allows you to encode those value into an array of URLQueryItem which represent that value in one command."

URLQueryItemEncoder/Info.plist

Lines changed: 1 addition & 1 deletion
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.1.1</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)