Skip to content

Commit d30c8fd

Browse files
authored
Merge pull request #858 from citation-file-format/release-2.3.1
2 parents 6b9ba0e + 7a01b5a commit d30c8fd

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"license": {
4747
"id": "Apache-2.0"
4848
},
49-
"publication_date": "2023-08-07",
49+
"publication_date": "2023-08-08",
5050
"title": "cffinit",
51-
"version": "2.3.0"
51+
"version": "2.3.1"
5252
}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authors:
2929
given-names: Reggie
3030
orcid: https://orcid.org/0000-0002-5967-7302
3131
cff-version: 1.2.0
32-
date-released: 2023-08-07
32+
date-released: 2023-08-08
3333
identifiers:
3434
- type: doi
3535
value: 10.5281/zenodo.8220982
@@ -50,4 +50,4 @@ license: Apache-2.0
5050
message: If you use this software, please cite it using these metadata.
5151
repository-code: https://github.com/citation-file-format/cff-initializer-javascript
5252
title: cffinit
53-
version: 2.3.0
53+
version: 2.3.1

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3.0",
3+
"version": "2.3.1",
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/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
>
1616
</q-btn>
1717
<q-toolbar-title class="text-black text-right text-body1">
18-
Version 2.3.0
18+
Version 2.3.1
1919
</q-toolbar-title>
2020
</q-toolbar>
2121
</template>

src/components/LayoutLanding.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</div>
7474
</div>
7575
<span class="text-right text-black text-body1">
76-
Version 2.3.0
76+
Version 2.3.1
7777
</span>
7878
</main>
7979
</div>

0 commit comments

Comments
 (0)