Skip to content

Commit

Permalink
[RE] v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewag committed Aug 7, 2019
1 parent 74b1b01 commit 4419c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DecreeServices.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand All @@ -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
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4419c0f

Please sign in to comment.