From 785adbc10403d4e05cb68afcf1331b24bd68e3db Mon Sep 17 00:00:00 2001 From: Hugh Bellamy Date: Mon, 5 Feb 2018 12:11:51 +0000 Subject: [PATCH] Bump version --- .travis.yml | 2 +- DayDatePicker.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ace3853..65076fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ before_install: - gem install cocoapods - pod install --project-directory=Example script: -- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/DayDatePicker.xcworkspace -scheme DayDatePicker-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty +- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/DayDatePicker.xcworkspace -scheme DayDatePicker-Example -sdk iphonesimulator11.2 ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint diff --git a/DayDatePicker.podspec b/DayDatePicker.podspec index 0f5562c..69936f3 100644 --- a/DayDatePicker.podspec +++ b/DayDatePicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DayDatePicker' - s.version = '0.1.0' + s.version = '1.0' s.summary = 'A custom and customizable UIDatePicker which displays the day of the week alongside the day column' s.description = <<-DESC