Skip to content

Commit

Permalink
bump version for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 committed Sep 18, 2019
1 parent 90e519a commit c77dae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logstash-output-google_pubsub.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-google_pubsub'
s.version = '1.0.1'
s.version = '1.0.2'
s.licenses = ['Apache-2.0']
s.summary = 'Emit output messages to Google Pubsub topic.'
s.description = 'This gem is a Logstash output plugin to be installed on top of the Logstash'\
Expand Down Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'logstash-devutils', '~> 1.3'

# JARs
s.add_development_dependency 'jar-dependencies', '~> 0.3.4'
s.add_development_dependency 'jar-dependencies', '~> 0.4.0'

s.platform = 'java'
end

0 comments on commit c77dae7

Please sign in to comment.