File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ to learn more.
111111 ```ruby
112112 use_frameworks!
113113
114- pod 'RandomKit', '~> 4.5.0 '
114+ pod 'RandomKit', '~> 4.5.1 '
115115 ```
116116
117117 If you want to be on the bleeding edge, replace the last line with:
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RandomKit"
3- s . version = "4.5.0 "
3+ s . version = "4.5.1 "
44 s . summary = "Random data generation in Swift."
55 s . homepage = "https://github.com/nvzqz/#{ s . name } "
66 s . license = { :type => "MIT" , :file => "LICENSE.md" }
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >4.5.0 </string >
18+ <string >4.5.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >21 </string >
22+ <string >22 </string >
2323 <key >NSHumanReadableCopyright </key >
2424 <string >Copyright © 2015 Nikolai Vazquez. All rights reserved. </string >
2525 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments