Skip to content

Commit bcf6bfb

Browse files
committed
0.4.1
1 parent aaa16e8 commit bcf6bfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

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

7-
{% hint style="warning" %}
8-
Optimism v0.4.0 now supports Rails 6.1, thanks to the efforts of [Josh LeBlanc](https://github.com/joshleblanc). 🎉
7+
{% hint style="success" %}
8+
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). 🎉
99
{% endhint %}
1010

1111
## Why have optimism?

lib/optimism/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Optimism
2-
VERSION = "0.4.0"
2+
VERSION = "0.4.1"
33
end

0 commit comments

Comments
 (0)