summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/version.rb
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-18 13:59:44 +0900
committerRandy Morgan <[email protected]>2012-04-18 13:59:44 +0900
commitc618d733c2371e0f39c001245e204453e26c5799 (patch)
tree2829b519002e7b3c3ac566fdc10c639d8ce6ad7e /lib/axlsx/version.rb
parent0f1cd35054ca9f914638dbfe5eb3594b71a2c0e6 (diff)
downloadcaxlsx-c618d733c2371e0f39c001245e204453e26c5799.tar.gz
caxlsx-c618d733c2371e0f39c001245e204453e26c5799.zip
update readme / version for pre-release
Diffstat (limited to 'lib/axlsx/version.rb')
-rw-r--r--lib/axlsx/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb
index 4edbc831..8e85c13f 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.0" unless defined? Axlsx::VERSION
+ VERSION="1.1.1" unless defined? Axlsx::VERSION
end