Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hughbe committed Feb 5, 2018
1 parent b29e659 commit 785adbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion DayDatePicker.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 785adbc

Please # to comment.