Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leastbad committed Jan 25, 2021
1 parent aaa16e8 commit bcf6bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

The missing drop-in solution for realtime remote form validation in Rails.

{% hint style="warning" %}
Optimism v0.4.0 now supports Rails 6.1, thanks to the efforts of [Josh LeBlanc](https://github.com/joshleblanc). 🎉
{% hint style="success" %}
Optimism v0.4.1 now supports Ruby 3.0.0, thanks to [Julian Rubisch](https://twitter.com/julian_rubisch) and Rails 6.1, thanks to [Josh LeBlanc](https://github.com/joshleblanc). 🎉
{% endhint %}

## Why have optimism?
Expand Down
2 changes: 1 addition & 1 deletion lib/optimism/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Optimism
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit bcf6bfb

Please sign in to comment.