Skip to content

Commit 6538604

Browse files
authored
Merge pull request #576 from citation-file-format/icon-links
Icon links
2 parents fbec8db + 70389cd commit 6538604

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
},
4444
"publication_date": "2022-06-14",
4545
"title": "cffinit",
46-
"version": "2.0.2"
46+
"version": "2.0.3"
4747
}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ license: Apache-2.0
4646
message: If you use this software, please cite it using these metadata.
4747
repository-code: https://github.com/citation-file-format/cff-initializer-javascript
4848
title: cffinit
49-
version: 2.0.2
49+
version: 2.0.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cffinit",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Web form to assist people in creating a CITATION.cff file for their projects.",
55
"productName": "cffinit",
66
"author": "Netherlands eScience Center",

src/components/AuthorCardEditing.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<div class="row">
9292
<h3 class="subquestion">
9393
The person's email address
94-
<SchemaGuideLink anchor="#definitionsperson-email" />
94+
<SchemaGuideLink anchor="#definitionspersonemail" />
9595
</h3>
9696
</div>
9797
<div class="row">
@@ -114,11 +114,11 @@
114114
<div class="row">
115115
<h3 class="subquestion col">
116116
The person's affiliation
117-
<SchemaGuideLink anchor="#definitionsperson-affiliation" />
117+
<SchemaGuideLink anchor="#definitionspersonaffiliation" />
118118
</h3>
119119
<h3 class="subquestion col">
120120
The person's ORCID
121-
<SchemaGuideLink anchor="#definitionsperson-orcid" />
121+
<SchemaGuideLink anchor="#definitionspersonorcid" />
122122
</h3>
123123
</div>
124124
<div class="row">

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a>
1313
</div>
1414
<span class="col text-right text-white text-body1">
15-
Version 2.0.2
15+
Version 2.0.3
1616
</span>
1717
</div>
1818
</template>

src/components/LayoutLanding.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</div>
4949
</div>
5050
<span class="text-right text-black text-body1">
51-
Version 2.0.2
51+
Version 2.0.3
5252
</span>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)