Browse Source

Version bump to 0.0.3

Andrew Kane 9 years ago
parent
commit
352bf5d381
2 changed files with 3 additions and 3 deletions
  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