diff options
| author | Randy Morgan <[email protected]> | 2011-11-21 08:59:50 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-21 08:59:50 +0900 |
| commit | f51a4ce6a22f0b651eebf6f84a18a913d22013b2 (patch) | |
| tree | 62b17f16d408ff3c39cfe30b63081a02411f4bca /lib | |
| parent | 8302571b9fd095def6de6eb0dbc004459fbb3669 (diff) | |
| download | caxlsx-f51a4ce6a22f0b651eebf6f84a18a913d22013b2.tar.gz caxlsx-f51a4ce6a22f0b651eebf6f84a18a913d22013b2.zip | |
patched bug in package test case. upped the version
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/util/constants.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb index 463e9baf..a9f4b9f0 100644 --- a/lib/axlsx/util/constants.rb +++ b/lib/axlsx/util/constants.rb @@ -1,7 +1,7 @@ module Axlsx # version - VERSION="1.0.2" + VERSION="1.0.3" # XML Encoding ENCODING = "UTF-8" |
