diff --git a/Sources/SupportingFiles/Info.plist b/Sources/SupportingFiles/Info.plist
index 1007fd9..fff2849 100644
--- a/Sources/SupportingFiles/Info.plist
+++ b/Sources/SupportingFiles/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0
+ 0.4.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/SwiftJSONRPC.podspec b/SwiftJSONRPC.podspec
index 0c1f16f..c5b09a7 100644
--- a/SwiftJSONRPC.podspec
+++ b/SwiftJSONRPC.podspec
@@ -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'