Skip to content

Commit 4d4c98f

Browse files
authored
Update README.md
1 parent d645a5c commit 4d4c98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This library will help you monitor your iOS app's crashes.
1212
You want to add `pod 'CrashOps'` similar to the following to your Podfile:
1313
```
1414
target 'MyApp' do
15-
pod 'CrashOps', '0.2.16'
15+
pod 'CrashOps', '0.2.17'
1616
end
1717
```
1818
Then run a `pod install` in your terminal, or from CocoaPods app.

0 commit comments

Comments
 (0)