Skip to content

Commit

Permalink
Merge pull request #26 from IBM-Swift/cloudenv8
Browse files Browse the repository at this point in the history
upgrading CloudEnvironment Dependency
  • Loading branch information
Christian Compton committed Jun 30, 2018
2 parents 8d6d8fb + 39f740b commit c2f5d58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
4.1.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrix:
dist: trusty
sudo: required
- os: osx
osx_image: xcode9.2
osx_image: xcode9.4
sudo: required

before_install:
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/CloudEnvironment.git", .upToNextMajor(from: "7.0.0")),
.package(url: "https://github.com/IBM-Swift/CloudEnvironment.git", .upToNextMajor(from: "8.0.0")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This SDK is for the consumption/usage of the Alert Notification service and not
Swift Version
-------------

The Alert Notification SDK works with the `4.0.3` release version of the Swift binaries. You can download this version from [Swift.org](https://swift.org/download/#releases).
The Alert Notification SDK works with the `4.1.2` release version of the Swift binaries. You can download this version from [Swift.org](https://swift.org/download/#releases).

Usage
-----
Expand Down

0 comments on commit c2f5d58

Please sign in to comment.