Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niltonvasques committed Jun 3, 2023
1 parent 4083dec commit 81ec271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion graphoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
# Describe your gem and declare its dependencies:
Gem::Specification.new do |gem|
gem.name = 'graphoid'
gem.version = '1.2.0'
gem.version = '1.2.1'
gem.authors = ['Nilton Vasques', 'Maximiliano Perez Coto']
gem.email = ['[email protected]']
gem.homepage = 'https://github.com/oxeanbits/graphoid'
Expand Down
2 changes: 1 addition & 1 deletion spec/tester_mongo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
graphoid (1.2.0)
graphoid (1.2.1)
graphql (~> 2.0.21)
rails (>= 6.0)

Expand Down
2 changes: 1 addition & 1 deletion spec/tester_mongo_rails_6/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
graphoid (1.2.0)
graphoid (1.2.1)
graphql (~> 2.0.21)
rails (>= 6.0)

Expand Down

0 comments on commit 81ec271

Please sign in to comment.