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