Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Refer to latest working version
Browse files Browse the repository at this point in the history
v0.1.6 has to be taken down, so documentation is now
pointing at v0.1.7
  • Loading branch information
sakovias committed Sep 20, 2016
1 parent 7f968be commit a0a2671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Producing the same spreadsheet with vanilla `axlsx` turns out [a bit trickier](.

Version | Change
--------|-------
0.1.6 | Allow mixing vanilla `axlsx` styles and those from `add_style` and `add_border` (see [this example](./examples/mixing_styles.rb))
0.1.7 | Allow mixing vanilla `axlsx` styles and those from `add_style` and `add_border` (see [this example](./examples/mixing_styles.rb))
0.1.5 | Hide `Workbook#apply_styles` method to make it easier to use.
0.1.3 | Make border styles customazible.
0.1.2 | Allow applying multiple style hashes.
2 changes: 1 addition & 1 deletion examples/mixing_styles.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# As of v0.1.6 it is possible to add styles using vanilla axlsx approach
# As of v0.1.7 it is possible to add styles using vanilla axlsx approach
# as well as using add_style and add_border. This is something users have
# been asking for.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/axlsx_styler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AxlsxStyler
VERSION = '0.1.6'
VERSION = '0.1.7'
end

0 comments on commit a0a2671

Please sign in to comment.