Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sonota88 committed Feb 14, 2015
1 parent 6dc1721 commit e73705b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anbt-sql-formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "anbt-sql-formatter/version"
Gem::Specification.new do |s|
s.name = "anbt-sql-formatter"
s.version = Anbt::Sql::Formatter::VERSION
s.authors = ["sonota"]
s.authors = ["sonota88"]
s.email = ["[email protected]"]
s.homepage = ""
s.summary = %q{A tool for SQL formatting written in Ruby.}
Expand Down
2 changes: 1 addition & 1 deletion lib/anbt-sql-formatter/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Anbt
module Sql
module Formatter
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end
end

0 comments on commit e73705b

Please sign in to comment.