Skip to content

Commit 4c0c1ff

Browse files
committed
Patch release v1.0.5 with Ruby 3.1.6, Rails 6.1.7
1 parent fca4487 commit 4c0c1ff

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

config/config.example.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
default: &default
22
metadata:
33
# api metadata / description
4-
api_updated: "TODO 2017"
4+
api_updated: "2024-06-04"
55
contact: "cdrhdev@unl.edu"
66
description: "API to access all public Center for Digital Research in the Humanities resources"
77
documentation: "https://cdrhapi.unl.edu/docs"
8-
license: "TODO"
8+
license: "MIT License"
99
terms_of_service: "TODO"
10+
version: 1.0.5
1011

1112
settings:
1213
# regex for (encoded) characters separating filters: |

config/initializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Api
22
class Application < Rails::Application
3-
VERSION = "1.0.4"
3+
VERSION = "1.0.5"
44
end
55
end

0 commit comments

Comments
 (0)