From f9c8f9dfbced90b5263f80a010a112338d3f1638 Mon Sep 17 00:00:00 2001 From: Noel Peden Date: Wed, 22 Sep 2021 19:20:39 -0700 Subject: Version bump to 3.1.1 [skip ci] --- CHANGELOG.md | 2 +- README.md | 2 +- lib/axlsx/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3558c392..b9a0d429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG --------- -- **Unreleased** +- **September.22.21**: 3.1.1 - [PR #107](https://github.com/caxlsx/caxlsx/pull/107) - Add overlap to bar charts - [PR #108](https://github.com/caxlsx/caxlsx/pull/108) - Fix gap depth and gap depth validators for bar charts and 3D bar charts diff --git a/README.md b/README.md index fb07aecb..76079ada 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Gem Version](https://badge.fury.io/rb/caxlsx.svg)](http://badge.fury.io/rb/caxlsx) ![Total downloads](http://ruby-gem-downloads-badge.herokuapp.com/caxlsx?type=total) -![Downloads for 3.1.0 (latest)](http://ruby-gem-downloads-badge.herokuapp.com/caxlsx/3.1.0?label=downloads%203.1.0) +![Downloads for 3.1.1 (latest)](http://ruby-gem-downloads-badge.herokuapp.com/caxlsx/3.1.1?label=downloads%203.1.1) ## Notice: Community Axlsx Organization diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index 2ebcc670..bcd95e09 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -1,5 +1,5 @@ module Axlsx # The current version - VERSION = "3.1.0" + VERSION = "3.1.1" end -- cgit v1.2.3