Skip to content

Commit 70389cd

Browse files
committed
bumped version to 2.0.3
1 parent 49c0d02 commit 70389cd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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/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)