From 261c101fd0a8a42dc3e16fb303d3a79f6e06100f Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez <nvazquez1297@gmail.com> Date: Sun, 25 Jun 2017 13:16:42 -0400 Subject: [PATCH] Prepare 1.2.0 release --- README.md | 2 +- Support/Info.plist | 4 ++-- Threadly.podspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54cbc83..79e2dea 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/Support/Info.plist b/Support/Info.plist index 03e2058..11e170a 100644 --- a/Support/Info.plist +++ b/Support/Info.plist @@ -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> diff --git a/Threadly.podspec b/Threadly.podspec index edbb178..542a96f 100644 --- a/Threadly.podspec +++ b/Threadly.podspec @@ -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" }