Skip to content

Commit

Permalink
Prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 7, 2014
1 parent eda3fdc commit 319a2ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "2.2-dev"
}
}
}
4 changes: 2 additions & 2 deletions src/EmailReplyParser/Parser/EmailParser.php
Expand Up @@ -97,9 +97,9 @@ public function parse($text)
}

$email = $this->createEmail($this->fragments);

$this->fragments = array();

return $email;
}

Expand Down

0 comments on commit 319a2ce

Please sign in to comment.