Skip to content

Commit 28d4080

Browse files
committed
Update better_together to v0.6.0
Version update includes first version of expanded page block editor, initial page search with elasticsearch, and ability to dispatch dynamic nav item urls via route_names.
1 parent 584d210 commit 28d4080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GIT
1919
PATH
2020
remote: .
2121
specs:
22-
better_together (0.5.0)
22+
better_together (0.6.0)
2323
active_storage_validations
2424
activerecord-import
2525
activerecord-postgis-adapter

lib/better_together/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BetterTogether
4-
VERSION = '0.5.0'
4+
VERSION = '0.6.0'
55
end

0 commit comments

Comments
 (0)