Skip to content

Commit

Permalink
Bump up version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Nov 6, 2016
1 parent c8039af commit 030b8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ matrix:
osx_image: xcode8
script:
- swiftlint
- pod lib lint
- set -o pipefail && xcodebuild test -project NibLoaderKit.xcodeproj -scheme NibLoaderKit-iOS -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty -c
- set -o pipefail && xcodebuild test -project NibLoaderKit.xcodeproj -scheme NibLoaderKit-macOS -destination 'platform=OS X' | xcpretty -c
- set -o pipefail && xcodebuild test -project NibLoaderKit.xcodeproj -scheme NibLoaderKit-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 1080p' | xcpretty -c
Expand Down
2 changes: 1 addition & 1 deletion NibLoaderKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NibLoaderKit"
s.version = "1.0.0"
s.version = "2.0.0"
s.summary = "Tiny utility to load UIView/NSView from nibs"
s.homepage = "https://github.com/giginet/NibLoaderKit"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down

0 comments on commit 030b8fa

Please sign in to comment.