Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
},
"publication_date": "2022-06-14",
"title": "cffinit",
"version": "2.0.2"
"version": "2.0.3"
}
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/components/AuthorCardEditing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<div class="row">
<h3 class="subquestion">
The person's email address
<SchemaGuideLink anchor="#definitionsperson-email" />
<SchemaGuideLink anchor="#definitionspersonemail" />
</h3>
</div>
<div class="row">
Expand All @@ -114,11 +114,11 @@
<div class="row">
<h3 class="subquestion col">
The person's affiliation
<SchemaGuideLink anchor="#definitionsperson-affiliation" />
<SchemaGuideLink anchor="#definitionspersonaffiliation" />
</h3>
<h3 class="subquestion col">
The person's ORCID
<SchemaGuideLink anchor="#definitionsperson-orcid" />
<SchemaGuideLink anchor="#definitionspersonorcid" />
</h3>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</a>
</div>
<span class="col text-right text-white text-body1">
Version 2.0.2
Version 2.0.3
</span>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/LayoutLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
</div>
<span class="text-right text-black text-body1">
Version 2.0.2
Version 2.0.3
</span>
</div>
</div>
Expand Down