Skip to content

Commit

Permalink
include sequel plugin alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
andriytyurnikov committed Apr 11, 2024
1 parent d4fa2c8 commit 0043942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/bipolar_cache.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require_relative "bipolar_cache/version"
require_relative "bipolar_cache/sequel/plugin_alpha"

module BipolarCache
class Error < StandardError; end
Expand Down
2 changes: 1 addition & 1 deletion lib/bipolar_cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BipolarCache
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit 0043942

Please sign in to comment.