We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd417d commit 87fd0e9Copy full SHA for 87fd0e9
4 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- solid_cache (0.7.0)
+ solid_cache (1.0.0)
5
activejob (>= 7.2)
6
activerecord (>= 7.2)
7
railties (>= 7.2)
gemfiles/rails_7_2.gemfile.lock
@@ -52,7 +52,7 @@ GIT
52
53
remote: ..
54
55
56
57
58
gemfiles/rails_main.gemfile.lock
lib/solid_cache/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SolidCache
- VERSION = "0.7.0"
+ VERSION = "1.0.0"
end
0 commit comments