Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Sep 1, 2022
1 parent 1f773a0 commit b88b21e
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,4 +1,4 @@
# [0.4.0][] (TBD)
# [0.4.0][] (2022-09-01)

## Changed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ If you want to use Unifig outside of a framework listed above you can manually a
Add it to your Gemfile:

``` rb
gem 'unifig', '~> 0.3.2'
gem 'unifig', '~> 0.4.0'
```

Or install it manually:

``` sh
$ gem install unifig --version '~> 0.3.2'
$ gem install unifig --version '~> 0.4.0'
```

This project uses [Semantic Versioning][].
Expand Down
2 changes: 1 addition & 1 deletion lib/unifig/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Unifig
VERSION = '0.3.2'
VERSION = '0.4.0'
end

0 comments on commit b88b21e

Please sign in to comment.