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 @@ -48,5 +48,5 @@
},
"publication_date": "2022-08-29",
"title": "cffinit",
"version": "2.0.4"
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,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.4
version: 2.1.0
2 changes: 1 addition & 1 deletion README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ This section describes how to make a release in 2 parts:
1. Update the version in the [app footer](src/components/Footer.vue).
1. Run `npm run lint` and make sure the linter does not complain.
1. Run the unit tests with `npm run test:unit:ci`.
1. Run the end-to-end tests with `npm run cypress:open`.
1. Run the end-to-end tests with `npm run cypress:run`.
1. Push any changes to GitHub, make a PR.
1. Inspect the Netlify preview website.
1. Review the PR and merge to the default branch `main`.
Expand Down
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.4",
"version": "2.1.0",
"description": "Web form to assist people in creating a CITATION.cff file for their projects.",
"productName": "cffinit",
"author": "Netherlands eScience Center",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
</q-btn>
<q-toolbar-title class="text-black text-right text-body1">
Version 2.0.4
Version 2.1.0
</q-toolbar-title>
</q-toolbar>
</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 @@ -58,7 +58,7 @@
</div>
</div>
<span class="text-right text-black text-body1">
Version 2.0.4
Version 2.1.0
</span>
</main>
</div>
Expand Down