diff --git a/.zenodo.json b/.zenodo.json index 97446da4..a57f36f0 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -43,5 +43,5 @@ }, "publication_date": "2022-06-14", "title": "cffinit", - "version": "2.0.2" + "version": "2.0.3" } diff --git a/CITATION.cff b/CITATION.cff index 642034a7..c3901675 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -46,4 +46,4 @@ license: Apache-2.0 message: If you use this software, please cite it using these metadata. repository-code: https://github.com/citation-file-format/cff-initializer-javascript title: cffinit -version: 2.0.2 +version: 2.0.3 diff --git a/package-lock.json b/package-lock.json index 88ca93b4..24f68982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "cffinit", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.2", + "version": "2.0.3", "dependencies": { "@quasar/extras": "^1.0.0", "ajv": "^8.6.2", diff --git a/package.json b/package.json index 0d6e5409..1dfd94f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cffinit", - "version": "2.0.2", + "version": "2.0.3", "description": "Web form to assist people in creating a CITATION.cff file for their projects.", "productName": "cffinit", "author": "Netherlands eScience Center", diff --git a/src/components/AuthorCardEditing.vue b/src/components/AuthorCardEditing.vue index 88e9ebe0..73aae861 100644 --- a/src/components/AuthorCardEditing.vue +++ b/src/components/AuthorCardEditing.vue @@ -91,7 +91,7 @@

The person's email address - +

@@ -114,11 +114,11 @@

The person's affiliation - +

The person's ORCID - +

diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 6b7a38a9..eb9156cd 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -12,7 +12,7 @@
- Version 2.0.2 + Version 2.0.3
diff --git a/src/components/LayoutLanding.vue b/src/components/LayoutLanding.vue index ffcf2ca0..4b35817c 100644 --- a/src/components/LayoutLanding.vue +++ b/src/components/LayoutLanding.vue @@ -48,7 +48,7 @@ - Version 2.0.2 + Version 2.0.3