From e0dcb8d847cfb16f9f58cacc93fae1a109ed9e57 Mon Sep 17 00:00:00 2001 From: Gary Tou Date: Fri, 24 Mar 2023 02:47:07 -0700 Subject: [PATCH] Bump increase to 0.3.2 --- CHANGELOG.md | 2 +- README.md | 4 ++-- lib/increase/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cc19c..a17daeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.3.2] - 2023-03-24 ### Fixes diff --git a/README.md b/README.md index 1ab8689..6fed64e 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ Bare-Metal Banking APIs! Install the gem and add to the application's Gemfile by executing: ```sh -$ bundle add increase -v 0.3.1 +$ bundle add increase -v 0.3.2 ``` If bundler is not being used to manage dependencies, install the gem by executing: ```sh -$ gem install increase -v 0.3.1 +$ gem install increase -v 0.3.2 ``` ## Usage diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 0f4eb84..4217611 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "0.3.1" + VERSION = "0.3.2" end