Skip to content

Commit

Permalink
Bump version and README fixes 🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
yciabaud committed May 17, 2018
1 parent 41fe122 commit d732079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Exposes API [metrics](#metrics) for [Prometheus](https://prometheus.io) monitori

Install the `luarocks` utility on your system then install it by doing:
```bash
$ luarocks install kong-prometheus-plugin
$ luarocks install kong-plugin-prometheus
```

## Configuration
Expand Down Expand Up @@ -95,8 +95,8 @@ might want to keep the number of metrics (and distinct metric label values) to
a minimum.

## Credits
- Adapted and maintained by Yoann Ciabaud [@yciabaud](#yciabaud)
- :heart: kindly improved and tested by [@jayhding](#jayhding)
- Adapted and maintained by Yoann Ciabaud [@yciabaud](https://github.com/yciabaud)
- :heart: kindly improved and tested by [@jayhding](https://github.com/jayhding)

### Kong StatsD plugin
- Source [Plugin](https://getkong.org/plugins/statsd/) created and maintained by the [Kong](https://getkong.org/) folks at [Mashape](https://www.mashape.com)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package = "kong-plugin-prometheus"
version = "0.1.0-1"
version = "0.1.1-1"

supported_platforms = {"linux", "macosx"}
source = {
-- these are initially not required to make it work
url = "git://github.com/yciabaud/kong-plugin-prometheus",
tag = "v0.1.0"
tag = "v0.1.1"
}

description = {
Expand Down

0 comments on commit d732079

Please sign in to comment.