Skip to content

Commit

Permalink
Bump increase to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhtou committed Mar 24, 2023
1 parent 6cb4843 commit e0dcb8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.3.2] - 2023-03-24

### Fixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "0.3.1"
VERSION = "0.3.2"
end

0 comments on commit e0dcb8d

Please sign in to comment.