Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Jun 25, 2017
1 parent 95f9bdf commit 261c101
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 @@ -70,7 +70,7 @@ to learn more.
```ruby
use_frameworks!

pod 'Threadly', '~> 1.1.1'
pod 'Threadly', '~> 1.2.0'
```

If you want to be on the bleeding edge, replace the last line with:
Expand Down
4 changes: 2 additions & 2 deletions Support/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>1.2</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Threadly.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Threadly"
s.version = "1.1.1"
s.version = "1.2.0"
s.summary = "Type-safe thread-local storage in Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down

0 comments on commit 261c101

Please sign in to comment.