We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca4487 commit 4c0c1ffCopy full SHA for 4c0c1ff
2 files changed
config/config.example.yml
@@ -1,12 +1,13 @@
1
default: &default
2
metadata:
3
# api metadata / description
4
- api_updated: "TODO 2017"
+ api_updated: "2024-06-04"
5
contact: "cdrhdev@unl.edu"
6
description: "API to access all public Center for Digital Research in the Humanities resources"
7
documentation: "https://cdrhapi.unl.edu/docs"
8
- license: "TODO"
+ license: "MIT License"
9
terms_of_service: "TODO"
10
+ version: 1.0.5
11
12
settings:
13
# regex for (encoded) characters separating filters: |
config/initializers/version.rb
@@ -1,5 +1,5 @@
module Api
class Application < Rails::Application
- VERSION = "1.0.4"
+ VERSION = "1.0.5"
end
0 commit comments