Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Bump version to 4.1.0 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 22, 2022
1 parent 3e137bb commit f107b8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.1.0 / 2022-01-22

- Update required Ruby version to include versions less than 4 (47e2bdf)

## 4.0.0 / 2021-07-12

- **Breaking Change:** Require SVGO version 1.3.2 (c108320)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you're using [Bundler](http://bundler.io), add svgeez to your project's Gemfi
```rb
source 'https://rubygems.org'

gem 'svgeez', '~> 4.0'
gem 'svgeez', '~> 4.1'
```

…and hop over to your command prompt and run…
Expand Down
2 changes: 1 addition & 1 deletion lib/svgeez/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Svgeez
VERSION = '4.0.0'.freeze
VERSION = '4.1.0'.freeze
end

0 comments on commit f107b8e

Please sign in to comment.