diff --git a/mkall.podspec b/mkall.podspec
index d3efea6..9fa84c6 100644
--- a/mkall.podspec
+++ b/mkall.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mkall"
- s.version = "0.9.0"
+ s.version = "0.10.0"
s.summary = "Measurement Kit iOS libraries"
s.author = "Simone Basso"
s.homepage = "https://github.com/measurement-kit"
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
}
s.prepare_command = <<-CMD
url="https://github.com/measurement-kit/mkall-ios/releases/download/v#{s.version}/mkall.framework.zip"
- sha256="9e715669a444d5abe37daa020fc216c9d0ef7a5ea8c1781c4323cc26266719cd"
+ sha256="a1990f795d0e596ce879e542a05fb1b0a9337e53f36326de7c1f7da5e86390fa"
./script/cocoapods/prepare $url $sha256
CMD
s.platform = :ios, "9.0"
diff --git a/mkall/Info.plist b/mkall/Info.plist
index 0799032..a5743c4 100644
--- a/mkall/Info.plist
+++ b/mkall/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.9.0
+ 0.10.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)