Skip to content

Commit f5906da

Browse files
committed
Updated README.
1 parent 1dafb23 commit f5906da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The buildpack will detect your app as Swift if it has a `Package.swift` file in
179179
180180
### Version installed on Bluemix
181181
182-
The latest version of the IBM Bluemix buildpack for Swift on Bluemix is [v2.0.4](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.4).
182+
The latest version of the IBM Bluemix buildpack for Swift on Bluemix is [v2.0.5](https://github.com/IBM-Swift/swift-buildpack/releases/tag/2.0.5).
183183
184184
Please note that it is possible that the latest buildpack code contained in this repo hasn't yet been installed on Bluemix. If that happens to be the case and you'd like to leverage the latest buildpack code, you can do so by adding the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `cf push` command, as shown below:
185185
@@ -390,15 +390,15 @@ Admin tasks
390390
To install this buildpack:
391391
392392
```shell
393-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.4/buildpack_swift_v2.0.4-20170125-2344.zip
394-
cf create-buildpack swift_buildpack buildpack_swift_v2.0.4-20170125-2344.zip <position>
393+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.5/buildpack_swift_v2.0.5-20170328-1639.zip
394+
cf create-buildpack swift_buildpack buildpack_swift_v2.0.5-20170328-1639.zip <position>
395395
```
396396
397397
And to update it:
398398
399399
```shell
400-
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.4/buildpack_swift_v2.0.4-20170125-2344.zip
401-
cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.4-20170125-2344.zip
400+
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.5/buildpack_swift_v2.0.5-20170328-1639.zip
401+
cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.5-20170328-1639.zip
402402
```
403403
404404
For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html).

0 commit comments

Comments
 (0)