Skip to content

Commit 32d022d

Browse files
committed
bump version
1 parent 0771e03 commit 32d022d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rails-graphql-generator.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
33
Gem::Specification.new do |s|
44
s.licenses = ['MIT']
55
s.name = 'rails-graphql-generator'
6-
s.version = '0.0.1'
6+
s.version = '0.0.2'
77
s.authors = ['Muhammet']
88
s.email = ['[email protected]']
99
s.homepage = 'https://github.com/movielala/rails-graphql-generator'
@@ -12,4 +12,4 @@ Gem::Specification.new do |s|
1212
s.files = Dir.glob('{lib}/**/*')
1313
s.require_path = 'lib'
1414
s.add_development_dependency 'rails', '~> 3.2'
15-
end
15+
end

0 commit comments

Comments
 (0)