Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
CEdwardsBlasikiewicz committed Dec 8, 2024
1 parent a93ca0f commit 8b5410a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gem "blacklight-locale_picker"
gem "zk", "~> 1.10"
gem "nokogiri", ">= 1.13.9"

gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main"
gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", tag: "0.2.8"
gem "blacklight_range_limit", git: "https://github.com/nla/blacklight_range_limit", branch: "main"
# For local development, comment out above ⤴️ and uncomment below ⤵️
# gem "nla-blacklight_common", path: "../nla-blacklight_common"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ GIT

GIT
remote: https://github.com/nla/nla-blacklight_common
revision: c0c44e3a83488ae0a2dbc33603b512d57f04e9e0
branch: main
revision: 97b5266c1671770f4a0d058bd696693f63097fce
tag: 0.2.8
specs:
nla-blacklight_common (0.2.6)
nla-blacklight_common (0.2.8)
activerecord-session_store (~> 2.0)
annotaterb
blacklight (>= 8.0.0, < 9)
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
end

module NlaArclight
VERSION = "3.3.0"
VERSION = "3.4.0"

class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
Expand Down

0 comments on commit 8b5410a

Please sign in to comment.