ソースを参照

Version bump to 0.0.3

Andrew Kane 9 年 前
コミット
352bf5d381
2 ファイル変更3 行追加3 行削除
  1. 2 2
      blazer.gemspec
  2. 1 1
      lib/blazer/version.rb

+ 2 - 2
blazer.gemspec

@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
   spec.version       = Blazer::VERSION
   spec.authors       = ["Andrew Kane"]
   spec.email         = ["andrew@chartkick.com"]
-  spec.summary       = %q{Create and share SQL queries instantly}
-  spec.description   = %q{Create and share SQL queries instantly}
+  spec.summary       = %q{Share data effortlessly with your team}
+  spec.description   = %q{Share data effortlessly with your team}
   spec.homepage      = "https://github.com/ankane/blazer"
   spec.license       = "MIT"
 

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "0.0.2"
+  VERSION = "0.0.3"
 end