From 4419c0f7a42aecdc0eaa73b63e2a3122808d1bce Mon Sep 17 00:00:00 2001 From: Andrew Wagner <845683+drewag@users.noreply.github.com> Date: Tue, 6 Aug 2019 22:45:35 -0600 Subject: [PATCH] [RE] v4.0.0 --- DecreeServices.podspec | 4 ++-- azure-pipelines.yml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/DecreeServices.podspec b/DecreeServices.podspec index a17b18a..8209ba4 100644 --- a/DecreeServices.podspec +++ b/DecreeServices.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'DecreeServices' - spec.version = '3.0.0' + spec.version = '4.0.0' spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://github.com/drewag/DecreeServices' spec.authors = { 'Andrew J. Wagner' => 'https://drewag.me' } @@ -14,6 +14,6 @@ Pod::Spec.new do |spec| spec.source_files = 'Sources/DecreeServices/**/*.swift' - spec.dependency 'Decree', '~> 3.0.0' + spec.dependency 'Decree', '~> 4.0.0' spec.dependency 'CryptoSwift', '~> 1.0.0' end diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 264af94..67c6720 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,8 +10,6 @@ jobs: env: IOS_DEVICE: 'platform=iOS Simulator,OS=12.2,name=iPhone SE' TVOS_DEVICE: 'platform=tvOS Simulator,OS=12.2,name=Apple TV 4K' - CODECOV_JOB: 'true' - CODECOV_TOKEN: $(codecovToken) - job: SwiftPM pool: vmImage: 'macos-latest'