From 2fc77a8579db5211da84ef717647f0a0d80857b8 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Wed, 25 Apr 2012 21:00:41 +0900 Subject: bump version as I pushed a gem with missing docs. --- README.md | 5 ++++- lib/axlsx/version.rb | 2 +- 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 -- cgit v1.2.3