Skip to content

Commit

Permalink
Merge pull request #48 from dxw/v0.3.4
Browse files Browse the repository at this point in the history
v0.3.4
  • Loading branch information
dragon-dxw authored Apr 20, 2023
2 parents 257b19e + 645b4b3 commit 7880478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run

To install this gem onto your local machine, run `bundle exec rake install`.

To release a new version, update the version number in `breathe/version.rb`, commit the change and then create a git tag for that version in the format `x.x.x` (where x is each version number). Github Actions will then automatically push the latest version to Rubygems.
To release a new version, update the version number in `lib/breathe/version.rb`, commit the change and then create a git tag for that version in the format `x.x.x` (where x is each version number). Github Actions will then automatically push the latest version to Rubygems.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/breathe/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Breathe
VERSION = "0.3.3"
VERSION = "0.3.4"
end

0 comments on commit 7880478

Please sign in to comment.