Skip to content

Commit

Permalink
Remove author from pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox32 committed Dec 23, 2019
1 parent 345b39d commit 7948d33
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions prometheus_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+3

- Remove author from pubspec.

## 0.4.0+2

- Fix some analyzer issues, no functional changes.
Expand Down
3 changes: 1 addition & 2 deletions prometheus_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: prometheus_client
description: Dart implementation of the Prometheus client library providing metrics.
version: 0.4.0+2
version: 0.4.0+3
homepage: https://github.com/Fox32/prometheus_client
author: Oliver Sand <[email protected]>

environment:
sdk: '>=2.5.0 <3.0.0'
Expand Down
5 changes: 5 additions & 0 deletions prometheus_client_shelf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0+3

- Remove author from pubspec.


## 0.4.0+2

- Fix some analyzer issues, no functional changes.
Expand Down
3 changes: 1 addition & 2 deletions prometheus_client_shelf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: prometheus_client_shelf
description: Dart implementation of the Prometheus client library providing a shelf integration.
version: 0.4.0+2
version: 0.4.0+3
homepage: https://github.com/Fox32/prometheus_client
author: Oliver Sand <[email protected]>

environment:
sdk: '>=2.5.0 <3.0.0'
Expand Down

0 comments on commit 7948d33

Please sign in to comment.