Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

Commit 950cc6c

Browse files
author
Grzegorz Pstrucha
committed
Bump version
1 parent bddda82 commit 950cc6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FBMemoryProfiler.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "FBMemoryProfiler"
11-
s.version = "0.1.1"
11+
s.version = "0.1.2"
1212
s.summary = "iOS tool that helps with profiling iOS Memory usage"
1313
s.homepage = "https://github.com/facebook/FBMemoryProfiler"
1414
s.license = "BSD"
1515
s.author = { "Grzegorz Pstrucha" => "gricha@fb.com" }
1616
s.platform = :ios, "7.0"
1717
s.source = {
1818
:git => "https://github.com/facebook/FBMemoryProfiler.git",
19-
:tag => "0.1.1"
19+
:tag => "0.1.2"
2020
}
2121
s.source_files = "FBMemoryProfiler", "FBMemoryProfiler/**/*.{h,m,mm,c}"
2222

0 commit comments

Comments
 (0)