summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--lib/axlsx/version.rb2
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index bc2b0454..bd822d8a 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**License**: MIT License
-**Latest Version**: 1.1.2
+**Latest Version**: 1.1.3
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
@@ -474,6 +474,9 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
+- ** April.25.12:*: 1.1.3 release
+ - Primarily because I am stupid.....Updates to readme to properly report version, add in missing docs and restructure example directory.
+
- ** April.25.12:*: 1.1.2 release
- Conditional Formatting completely implemented.
- refactoring / documentation for Style#add_style
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 0ecd1d4e..125ca8d6 100644
--- a/lib/axlsx/version.rb
+++ b/lib/axlsx/version.rb
@@ -5,6 +5,6 @@ module Axlsx
# When using bunle exec rake and referencing the gem on github or locally
# it will use the gemspec, which preloads this constant for the gem's version.
# We check to make sure that it has not already been loaded
- VERSION="1.1.2" unless defined? Axlsx::VERSION
+ VERSION="1.1.3" unless defined? Axlsx::VERSION
end