Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed Sep 30, 2017
1 parent fa1f7fe commit 7ecd89a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,33 +160,33 @@ applications:

### From a Downloaded Release
```bash
$ ./cflocal-v0.15.0-macos
Plugin successfully installed. Current version: 0.15.0
$ ./cflocal-v0.16.0-macos
Plugin successfully installed. Current version: 0.16.0
```
***Or***
```bash
$ cf install-plugin cflocal-0.15.0-macos
$ cf install-plugin cflocal-0.16.0-macos
Attention: Plugins are binaries written by potentially untrusted authors.
Install and use plugins at your own risk.
Do you want to install the plugin cflocal-0.15.0-macos? [yN]: y
Do you want to install the plugin cflocal-0.16.0-macos? [yN]: y
Installing plugin cflocal...
OK
Plugin cflocal 0.15.0 successfully installed.
Plugin cflocal 0.16.0 successfully installed.
```

### From the Community Plugin Repository
```bash
$ cf install-plugin cflocal
Searching CF-Community for plugin cflocal...
Plugin cflocal 0.15.0 found in: CF-Community
Plugin cflocal 0.16.0 found in: CF-Community
Attention: Plugins are binaries written by potentially untrusted authors.
Install and use plugins at your own risk.
Do you want to install the plugin cflocal? [yN]: y
Starting download of plugin binary from repository CF-Community...
14.35 MiB / 14.35 MiB [=====================================] 100.00% 2s
Installing plugin cflocal...
OK
Plugin cflocal 0.15.0 successfully installed.
Plugin cflocal 0.16.0 successfully installed.
```
Note: This version is occasionally out of date.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.16.0

0 comments on commit 7ecd89a

Please sign in to comment.