Skip to content

Commit

Permalink
Prepare 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Jun 1, 2017
1 parent b8cdd50 commit 853576d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ to learn more.
```ruby
use_frameworks!

pod 'RandomKit', '~> 4.5.2'
pod 'RandomKit', '~> 5.0.0'
```

If you want to be on the bleeding edge, replace the last line with:
Expand Down
2 changes: 1 addition & 1 deletion RandomKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RandomKit"
s.version = "4.5.2"
s.version = "5.0.0"
s.summary = "Random data generation in Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
4 changes: 2 additions & 2 deletions RandomKit.xcodeproj/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.5.2</string>
<string>5.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>24</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Nikolai Vazquez. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 853576d

Please sign in to comment.