Prepare 0.3.4
This commit is contained in:
parent
5af2af345d
commit
d328f30479
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# v0.3.4 2014-01-11
|
||||
|
||||
Bugfixes:
|
||||
|
||||
* Correctly fix crash on attribute assignments nodes: https://github.com/mbj/mutant/issues/149
|
||||
|
||||
# v0.3.3 2014-01-11
|
||||
|
||||
Changes:
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module Mutant
|
||||
# The current mutant version
|
||||
VERSION = '0.3.3'.freeze
|
||||
VERSION = '0.3.4'.freeze
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue