From 030b8facb3c6df909dc0e62d298b591b4adfb8ee Mon Sep 17 00:00:00 2001 From: giginet Date: Sun, 6 Nov 2016 23:15:27 +0900 Subject: [PATCH] Bump up version to 2.0.0 --- .travis.yml | 1 + NibLoaderKit.podspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf543c7..2da5a92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/NibLoaderKit.podspec b/NibLoaderKit.podspec index 453b547..5ac791b 100644 --- a/NibLoaderKit.podspec +++ b/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" }