Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolyasev committed Oct 11, 2017
1 parent 9f11110 commit 67e2511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.4.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftJSONRPC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftJSONRPC"
s.version = "0.3.0"
s.version = "0.4.0"
s.summary = "Swift JSON-RPC client based on Alamofire"
s.homepage = "https://github.com/kolyasev/SwiftJSONRPC"
s.license = 'MIT'
Expand Down

0 comments on commit 67e2511

Please sign in to comment.