summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--lib/axlsx/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a877245d..a0c8f8cf 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Axlsx: Office Open XML Spreadsheet Generation
**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
-**Release Date**: August 2nd 2012
+**Release Date**: August 3rd 2012
If you are working in rails, or with active record see:
* http://github.com/randym/acts_as_xlsx
@@ -145,7 +145,7 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
#Change log
---------
-- **August.2.12**: 1.2.0
+- **August.3.12**: 1.2.0
- added data labels for charts
- added table header printing for each sheet via defined_name. This
means that when you print your worksheet, the header rows show for every page
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 57456c4e..ab15542f 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.8" unless defined? Axlsx::VERSION
+ VERSION="1.2.0" unless defined? Axlsx::VERSION
end