Skip to content

Commit 5e3cc6c

Browse files
committed
Bumps version
1 parent 7eba43d commit 5e3cc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeapInspector.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'HeapInspector'
3-
s.version = '1.0'
3+
s.version = '1.0.1'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55
s.summary = 'Find memory issues & leaks in your iOS app without instruments'
66
s.description = 'HeapInspector is a debug tool that **monitors the memory heap** with backtrace recording in your iOS app. You can discover memory leaks, no longer used objects, abandoned memory and more issues directly on your device without ever starting Instruments.'

0 commit comments

Comments
 (0)