Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: post-release #583

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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
revision: a4e018291f54a4262a94a8b1fa62a612c21bb06a
branch: main
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
Loading