Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjochen committed Nov 16, 2017
1 parent 6d6a1d6 commit ba1b67c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Example/JJFloatingActionButton.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
198B66191FBAE904009A17F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
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; };
Expand Down Expand Up @@ -130,7 +129,6 @@
198B662E1FBAEE16009A17F2 /* .swift-version */,
198B662F1FBAEE16009A17F2 /* .travis.yml */,
198B66261FBAEDD6009A17F2 /* Gemfile */,
198B66251FBAEDD6009A17F2 /* Gemfile.lock */,
198B66271FBAEDD7009A17F2 /* JJFloatingActionButton.podspec */,
198B66231FBAEDD6009A17F2 /* LICENSE */,
198B66241FBAEDD6009A17F2 /* README.md */,
Expand Down
1 change: 0 additions & 1 deletion Example/JJFloatingActionButton/SecondViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
import UIKit

class SecondViewController: UIViewController {

}
2 changes: 1 addition & 1 deletion JJFloatingActionButton.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.homepage = 'https://github.com/jjochen/JJFloatingActionButton'
Expand Down

0 comments on commit ba1b67c

Please sign in to comment.