Skip to content

Commit b7de86c

Browse files
committed
Prepare 5.1.0 release
1 parent 9ff6aa5 commit b7de86c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ to learn more.
112112
```ruby
113113
use_frameworks!
114114

115-
pod 'RandomKit', '~> 5.0.0'
115+
pod 'RandomKit', '~> 5.1.0'
116116
```
117117

118118
If you want to be on the bleeding edge, replace the last line with:

RandomKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RandomKit"
3-
s.version = "5.0.0"
3+
s.version = "5.1.0"
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" }

RandomKit.xcodeproj/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.0.0</string>
18+
<string>5.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>24</string>
22+
<string>25</string>
2323
<key>NSHumanReadableCopyright</key>
2424
<string>Copyright © 2015 Nikolai Vazquez. All rights reserved.</string>
2525
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)