Skip to content

Commit

Permalink
new version for json encoding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patant committed Nov 3, 2015
1 parent 38e9418 commit 45ff620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-plugin-loggly.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "fluent-plugin-loggly"
s.version = "0.0.6"
s.version = "0.0.7"
s.authors = ["Patrik Antonsson"]
s.email = ["patant@gmail.com"]
s.homepage = "https://github.com/patant/fluent-plugin-loggly"
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent-plugin-loggly/version.rb
@@ -1,7 +1,7 @@
module Fluent
module Plugin
module Loggly
VERSION = "0.0.6"
VERSION = "0.0.7"
end
end
end

0 comments on commit 45ff620

Please sign in to comment.