Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Oct 5, 2022
1 parent 9a29184 commit d858675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion camtrap-dp-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "object",
"$defs": {
"version": {
"pattern": "0\\.3"
"pattern": "0\\.4"
}
},
"allOf": [
Expand Down
8 changes: 4 additions & 4 deletions example/datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.3/deployments-table-schema.json"
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.4/deployments-table-schema.json"
},
{
"name": "media",
Expand All @@ -16,7 +16,7 @@
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.3/media-table-schema.json"
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.4/media-table-schema.json"
},
{
"name": "observations",
Expand All @@ -25,10 +25,10 @@
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.3/observations-table-schema.json"
"schema": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.4/observations-table-schema.json"
}
],
"profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.3/camtrap-dp-profile.json",
"profile": "https://raw.githubusercontent.com/tdwg/camtrap-dp/0.4/camtrap-dp-profile.json",
"name": "mica-management-of-invasive-coypu-and-muskrat-in-europe-20220909104225",
"id": "1df9727c-dde9-498a-824e-cc4f19436117",
"created": "2022-09-09T10:42:25Z",
Expand Down

0 comments on commit d858675

Please sign in to comment.