From ba1b67c3acff868d884ac2eac30b597527eab74d Mon Sep 17 00:00:00 2001 From: Jochen Pfeiffer Date: Thu, 16 Nov 2017 15:08:58 +0100 Subject: [PATCH] bump version to 0.2.0 --- Example/JJFloatingActionButton.xcodeproj/project.pbxproj | 2 -- Example/JJFloatingActionButton/SecondViewController.swift | 1 - JJFloatingActionButton.podspec | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Example/JJFloatingActionButton.xcodeproj/project.pbxproj b/Example/JJFloatingActionButton.xcodeproj/project.pbxproj index 301917eb..b832813f 100644 --- a/Example/JJFloatingActionButton.xcodeproj/project.pbxproj +++ b/Example/JJFloatingActionButton.xcodeproj/project.pbxproj @@ -44,7 +44,6 @@ 198B66191FBAE904009A17F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 198B66231FBAEDD6009A17F2 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = text; lineEnding = 0; name = LICENSE; path = ../LICENSE; sourceTree = SOURCE_ROOT; tabWidth = 2; }; 198B66241FBAEDD6009A17F2 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = net.daringfireball.markdown; lineEnding = 0; name = README.md; path = ../README.md; sourceTree = SOURCE_ROOT; tabWidth = 2; }; - 198B66251FBAEDD6009A17F2 /* Gemfile.lock */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; fileEncoding = 4; indentWidth = 2; lineEnding = 0; name = Gemfile.lock; path = ../Gemfile.lock; sourceTree = SOURCE_ROOT; tabWidth = 2; }; 198B66261FBAEDD6009A17F2 /* Gemfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; fileEncoding = 4; indentWidth = 2; lineEnding = 0; name = Gemfile; path = ../Gemfile; sourceTree = SOURCE_ROOT; tabWidth = 2; }; 198B66271FBAEDD7009A17F2 /* JJFloatingActionButton.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; fileEncoding = 4; indentWidth = 2; lineEnding = 0; name = JJFloatingActionButton.podspec; path = ../JJFloatingActionButton.podspec; sourceTree = SOURCE_ROOT; tabWidth = 2; }; 198B662D1FBAEE16009A17F2 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = text; lineEnding = 0; name = .gitignore; path = ../.gitignore; sourceTree = SOURCE_ROOT; tabWidth = 2; }; @@ -130,7 +129,6 @@ 198B662E1FBAEE16009A17F2 /* .swift-version */, 198B662F1FBAEE16009A17F2 /* .travis.yml */, 198B66261FBAEDD6009A17F2 /* Gemfile */, - 198B66251FBAEDD6009A17F2 /* Gemfile.lock */, 198B66271FBAEDD7009A17F2 /* JJFloatingActionButton.podspec */, 198B66231FBAEDD6009A17F2 /* LICENSE */, 198B66241FBAEDD6009A17F2 /* README.md */, diff --git a/Example/JJFloatingActionButton/SecondViewController.swift b/Example/JJFloatingActionButton/SecondViewController.swift index a8f80701..a7f3911a 100644 --- a/Example/JJFloatingActionButton/SecondViewController.swift +++ b/Example/JJFloatingActionButton/SecondViewController.swift @@ -9,5 +9,4 @@ import UIKit class SecondViewController: UIViewController { - } diff --git a/JJFloatingActionButton.podspec b/JJFloatingActionButton.podspec index 1caddd3b..e87fec7f 100644 --- a/JJFloatingActionButton.podspec +++ b/JJFloatingActionButton.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'JJFloatingActionButton' - spec.version = '0.1.2' + spec.version = '0.2.0' spec.author = { 'Jochen Pfeiffer' => 'pod@jochen-pfeiffer.com' } spec.license = { :type => 'MIT', :file => 'LICENSE' } spec.homepage = 'https://github.com/jjochen/JJFloatingActionButton'