Skip to content

Commit

Permalink
Bump data_taster to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Jun 10, 2024
1 parent 4e317f8 commit 661b4bf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: .
specs:
data_taster (0.3.0)
data_taster (0.4.0)
rails (>= 6.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions packages/data_taster/gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.3.0)
data_taster (0.4.0)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -272,4 +272,4 @@ DEPENDENCIES
yard (= 0.9.34)

BUNDLED WITH
2.4.22
2.5.4
4 changes: 2 additions & 2 deletions packages/data_taster/gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.3.0)
data_taster (0.4.0)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -275,4 +275,4 @@ DEPENDENCIES
yard (= 0.9.34)

BUNDLED WITH
2.4.22
2.5.4
4 changes: 2 additions & 2 deletions packages/data_taster/gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
PATH
remote: ..
specs:
data_taster (0.3.0)
data_taster (0.4.0)
rails (>= 6.0)

GEM
Expand Down Expand Up @@ -274,4 +274,4 @@ DEPENDENCIES
yard (= 0.9.34)

BUNDLED WITH
2.4.22
2.5.4
2 changes: 1 addition & 1 deletion packages/data_taster/lib/data_taster/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DataTaster
VERSION = "0.3.0"
VERSION = "0.4.0"
end

0 comments on commit 661b4bf

Please sign in to comment.