diff --git a/README.md b/README.md index b91c16f..bff9163 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ Join the #plugin-systemd channel on the [Fluentd Slack](http://slack.fluentd.org Simply use RubyGems: - gem install fluent-plugin-systemd -v 1.0.1 + gem install fluent-plugin-systemd -v 1.0.3 or - td-agent-gem install fluent-plugin-systemd -v 1.0.1 + td-agent-gem install fluent-plugin-systemd -v 1.0.3 ## Upgrading diff --git a/fluent-plugin-systemd.gemspec b/fluent-plugin-systemd.gemspec index aa292c0..0aa2693 100644 --- a/fluent-plugin-systemd.gemspec +++ b/fluent-plugin-systemd.gemspec @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'fluent-plugin-systemd' - spec.version = '1.0.2' + spec.version = '1.0.3' spec.authors = ['Ed Robinson'] spec.email = ['edward-robinson@cookpad.com']