summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-09-13 00:07:02 +0900
committerRandy Morgan <[email protected]>2013-09-13 00:08:55 +0900
commit46a17e4b3fe0531ac6b2e48f818a982a86f538e4 (patch)
treed7f523347f76edb7472552bc39077c8a8f327c60
parent18871d89de057e7500d8b5dcbcf0adef2f5cb8fd (diff)
downloadcaxlsx-46a17e4b3fe0531ac6b2e48f818a982a86f538e4.tar.gz
caxlsx-46a17e4b3fe0531ac6b2e48f818a982a86f538e4.zip
bump the version and get onto 1.0.0
-rw-r--r--README.md4
-rw-r--r--lib/axlsx/version.rb2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index a42fa190..a6e58686 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ appreciation for the gem, please don't hesitate to make a donation.
**License**: MIT License
-**Latest Version**: 2.0.0
+**Latest Version**: 2.0.1
**Ruby Version**: 1.9.2, 1.9.3, 2.0.0
@@ -165,6 +165,8 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
+- **September.12.13**:2.0.1
+ - Unpinned rubyzip version
- **September.12.13**:2.0.0
- DROPPED support for ruby 1.8.7
- Altered readme to link to contributors
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index a24108d6..aa34cabb 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -1,5 +1,5 @@
module Axlsx
# The current version
- VERSION = "2.0.0"
+ VERSION = "2.0.1"
end