Skip to content

Commit

Permalink
Change version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Jan 4, 2020
1 parent fcebc24 commit 3ea0951
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,3 +1,7 @@
# v0.9.4 2020-01-03

* Bump unparser dependency

# v0.9.3 2020-01-03

* Change to soft dependency on mutant-license.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -37,7 +37,7 @@ GIT
PATH
remote: .
specs:
mutant (0.9.3)
mutant (0.9.4)
abstract_type (~> 0.0.7)
adamantium (~> 0.2.0)
anima (~> 0.3.1)
Expand All @@ -50,7 +50,7 @@ PATH
mprelude (~> 0.1.0)
parser (~> 2.6.5)
procto (~> 0.0.2)
unparser (~> 0.4.5)
unparser (~> 0.4.6)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/mutant/version.rb
Expand Up @@ -2,5 +2,5 @@

module Mutant
# Current mutant version
VERSION = '0.9.3'
VERSION = '0.9.4'
end # Mutant
2 changes: 1 addition & 1 deletion mutant.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency('mprelude', '~> 0.1.0')
gem.add_runtime_dependency('parser', '~> 2.6.5')
gem.add_runtime_dependency('procto', '~> 0.0.2')
gem.add_runtime_dependency('unparser', '~> 0.4.5')
gem.add_runtime_dependency('unparser', '~> 0.4.6')

gem.add_development_dependency('devtools', '~> 0.1.23')
gem.add_development_dependency('parallel', '~> 1.3')
Expand Down

0 comments on commit 3ea0951

Please sign in to comment.