diff --git a/mkall.podspec b/mkall.podspec index 555dc6b..c530548 100644 --- a/mkall.podspec +++ b/mkall.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mkall" - s.version = "0.5.4" + s.version = "0.5.5" 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="9acd9d7b16d06ae2c07d790f27260af1b0d650aa64cfc4f8e17bd18ef40b9fb3" + sha256="57150db4ced938109862ef9e57307ed25a28ea38171ef66ff0d8850f7736001e" ./script/cocoapods/prepare $url $sha256 CMD s.platform = :ios, "9.0" diff --git a/mkall/Info.plist b/mkall/Info.plist index b2e5edc..6060934 100644 --- a/mkall/Info.plist +++ b/mkall/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.4 + 0.5.5 CFBundleVersion $(CURRENT_PROJECT_VERSION)