Skip to content

Commit 8741c9c

Browse files
committed
Version 0.3.1
1 parent dbd7359 commit 8741c9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org
2828

2929
Simply use RubyGems:
3030

31-
gem install fluent-plugin-systemd -v 0.3.0
31+
gem install fluent-plugin-systemd -v 0.3.1
3232

3333
or
3434

35-
td-agent-gem install fluent-plugin-systemd -v 0.3.0
35+
td-agent-gem install fluent-plugin-systemd -v 0.3.1
3636

3737
## Input Plugin Configuration
3838

fluent-plugin-systemd.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66

77
Gem::Specification.new do |spec|
88
spec.name = "fluent-plugin-systemd"
9-
spec.version = "0.3.0"
9+
spec.version = "0.3.1"
1010
spec.authors = ["Ed Robinson"]
1111
spec.email = ["ed@reevoo.com"]
1212

0 commit comments

Comments
 (0)