Skip to content

Commit 5ec8b2e

Browse files
committed
Bump version and update ChangeLog.
1 parent 332a584 commit 5ec8b2e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
== 1.5.0 / 2011-05-18
2+
3+
- Fixes for ruby 1.9.
4+
- Move Mime into the Mapi module namespace (crowbot).
5+
- Use ascii regex flag to avoid unicode probs (crowbot).
6+
17
== 1.4.0 / 2008-10-12
28

39
- Initial simple msg test case.

lib/mapi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'mapi/property_set'
33

44
module Mapi
5-
VERSION = '1.4.0'
5+
VERSION = '1.5.0'
66

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

0 commit comments

Comments
 (0)