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