Skip to content

Commit

Permalink
Merge pull request #88 from m-lab/sandbox-soltesz-version-003
Browse files Browse the repository at this point in the history
Update NDT7 pod version
  • Loading branch information
stephen-soltesz committed Aug 11, 2022
2 parents c0ac200 + f6b1f27 commit 06fe3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NDT7.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NDT7'
s.version = '0.0.3'
s.version = '0.0.4'
s.license = 'Apache License, Version 2.0'
s.summary = 'Measure the Internet, save the data, and make it universally accessible and useful.'
s.homepage = 'https://github.com/m-lab/ndt7-client-ios'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -76,7 +76,7 @@ platform :ios, '10.0'
use_frameworks!

target 'NDT7 example' do
pod 'NDT7', '0.0.3'
pod 'NDT7', '0.0.4'
end
```

Expand All @@ -94,7 +94,7 @@ $ pod install
Create a `Cartfile` and add the following line:

```
github "m-lab/ndt7-client-ios" ~> 0.0.3
github "m-lab/ndt7-client-ios" ~> 0.0.4
```

Next, run the following command:
Expand Down

0 comments on commit 06fe3e4

Please sign in to comment.