Skip to content

Commit

Permalink
Bump version and update ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
aquasync committed Feb 23, 2012
1 parent 332a584 commit 5ec8b2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
== 1.5.0 / 2011-05-18

- Fixes for ruby 1.9.
- Move Mime into the Mapi module namespace (crowbot).
- Use ascii regex flag to avoid unicode probs (crowbot).

== 1.4.0 / 2008-10-12

- Initial simple msg test case.
Expand Down
2 changes: 1 addition & 1 deletion lib/mapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'mapi/property_set'

module Mapi
VERSION = '1.4.0'
VERSION = '1.5.0'

#
# Mapi::Item is the base class used for all mapi objects, and is purely a
Expand Down

0 comments on commit 5ec8b2e

Please sign in to comment.