Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Feb 20, 2017
1 parent 31030ca commit 0cc6277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

|fluent-plugin-systemd|fluentd|td-agent|ruby|
|----|----|----|----|
| 0.1.x | >= 0.14.11, < 2 | 3 | >= 2.1 |
| 0.2.x | >= 0.14.11, < 2 | 3 | >= 2.1 |
| 0.0.x | ~> 0.12.0 | 2 | >= 1.9 |

* The 0.1.x series is developed from this branch (master)
Expand All @@ -21,11 +21,11 @@

Simply use RubyGems:

gem install fluent-plugin-systemd -v 0.1.1
gem install fluent-plugin-systemd -v 0.2.0

or

td-agent-gem install fluent-plugin-systemd -v 0.1.1
td-agent-gem install fluent-plugin-systemd -v 0.2.0

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-systemd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-systemd"
spec.version = "0.1.1"
spec.version = "0.2.0"
spec.authors = ["Ed Robinson"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 0cc6277

Please sign in to comment.