Skip to content

Commit

Permalink
Prepare 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Dec 10, 2016
1 parent 30c52df commit 2fb938a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ decentralized dependency manager for Swift.
name: "MyAwesomeProject",
dependencies: [
.Package(url: "https://github.com/nvzqz/RandomKit.git",
majorVersion: 2)
majorVersion: 3)
]
)
```
Expand All @@ -101,7 +101,7 @@ to learn more.
```ruby
use_frameworks!

pod 'RandomKit', '~> 2.3.0'
pod 'RandomKit', '~> 3.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 = "2.3.0"
s.version = "3.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>2.3.0</string>
<string>3.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>12</string>
<string>13</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Nikolai Vazquez. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 2fb938a

Please sign in to comment.