Skip to content

Commit

Permalink
Patch release v1.0.5 with Ruby 3.1.6, Rails 6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
techgique committed Jun 4, 2024
1 parent fca4487 commit 4c0c1ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/config.example.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
default: &default
metadata:
# api metadata / description
api_updated: "TODO 2017"
api_updated: "2024-06-04"
contact: "cdrhdev@unl.edu"
description: "API to access all public Center for Digital Research in the Humanities resources"
documentation: "https://cdrhapi.unl.edu/docs"
license: "TODO"
license: "MIT License"
terms_of_service: "TODO"
version: 1.0.5

settings:
# regex for (encoded) characters separating filters: |
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Api
class Application < Rails::Application
VERSION = "1.0.4"
VERSION = "1.0.5"
end
end

0 comments on commit 4c0c1ff

Please sign in to comment.