Skip to content

Commit

Permalink
Bump profile versions (#72)
Browse files Browse the repository at this point in the history
Bump versions for profiles that have been updated.
- basic.json
- product.json
- project.json
  • Loading branch information
hmaier-fws authored Jan 7, 2025
1 parent 6e00cfc commit 25c7abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/profiles/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"alternateId": ["basic"],
"title": "Basic",
"description": "A profile with the minimum recommended elements for discovery.",
"version": "1.0.0",
"version": "1.1.0",
"components": {
"record": {
"main": {
Expand Down
2 changes: 1 addition & 1 deletion resources/profiles/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"alternateId": ["lccProduct"],
"title": "Product",
"description": "Document a product, typically a data product generated by a project",
"version": "1.0.0",
"version": "1.1.0",
"components": {
"record": {
"main": {
Expand Down
2 changes: 1 addition & 1 deletion resources/profiles/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"alternateId": ["project"],
"title": "Project",
"description": "Document a project",
"version": "1.0.0",
"version": "1.1.0",
"components": {
"record": {
"main": {
Expand Down

0 comments on commit 25c7abe

Please sign in to comment.