We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87784d5 + 7036932 commit 4f7b036Copy full SHA for 4f7b036
README.md
@@ -17,6 +17,10 @@ And then execute:
17
18
$ bundle
19
20
+If you use committee prior to 5.0.0, you have to use committee-rails 0.6.x. Please see below.
21
+
22
+[0.6 (0-6-stable) documentation](https://github.com/willnet/committee-rails/tree/0-6-stable)
23
24
If you use committee prior to 4.4.0, you have to use committee-rails 0.5.x. Please see below.
25
26
[0.5 (0-5-stable) documentation](https://github.com/willnet/committee-rails/tree/0-5-stable)
lib/committee/rails/version.rb
@@ -1,5 +1,5 @@
1
module Committee
2
module Rails
3
- VERSION = "0.6.1"
+ VERSION = "0.7.0"
4
end
5
0 commit comments