Skip to content

Commit

Permalink
[Release] Prepare 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Jul 28, 2017
1 parent 9ee7e0d commit e978190
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All releases of RandomKit adhere to [Semantic Versioning](http://semver.org/).

---

## [v5.2.2](https://github.com/nvzqz/RandomKit/tree/v5.2.2) (2017-07-28)

- [Changes](https://github.com/nvzqz/RandomKit/compare/v5.2.1...v5.2.2)
- [Release](https://github.com/nvzqz/RandomKit/releases/tag/v5.2.2)

### Fixes
- Removed `String.UTF16Index` conformances to `RandomInRange` and `RandomInClosedRange`.

---

## [v5.2.1](https://github.com/nvzqz/RandomKit/tree/v5.2.1) (2017-07-28)

- [Changes](https://github.com/nvzqz/RandomKit/compare/v5.2.0...v5.2.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ to learn more.
```ruby
use_frameworks!

pod 'RandomKit', '~> 5.2.1'
pod 'RandomKit', '~> 5.2.2'
```

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 = "5.2.1"
s.version = "5.2.2"
s.summary = "Random data generation in Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.documentation_url = "https://nvzqz.github.io/#{s.name}/docs/index.html"
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>5.2.1</string>
<string>5.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Nikolai Vazquez. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit e978190

Please sign in to comment.