From 645b4b354c84ea61dc6de87c620482be83ba1aeb Mon Sep 17 00:00:00 2001 From: David McKee Date: Thu, 20 Apr 2023 11:31:25 +0100 Subject: [PATCH] v0.3.4 --- README.md | 2 +- lib/breathe/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 411a80d..85635ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/breathe/version.rb b/lib/breathe/version.rb index 59e012f..6f6ef73 100644 --- a/lib/breathe/version.rb +++ b/lib/breathe/version.rb @@ -1,3 +1,3 @@ module Breathe - VERSION = "0.3.3" + VERSION = "0.3.4" end