Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Release v0.5.5
Browse files Browse the repository at this point in the history
This release fixes a very bad bug where we didn't free the memory
we allocated in ObjectiveC. It brings with it a bunch of stuff that
should make such major screwups less likely in the future.

As I mentioned in the related commit, it's interesting also to see
how we never noticed (or we never encountered data indicating the
occurrence of such event, perhaps).
  • Loading branch information
bassosimone committed Jul 25, 2019
1 parent 03fc186 commit f3f5bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mkall.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion mkall/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>0.5.4</string>
<string>0.5.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit f3f5bbc

Please sign in to comment.