Skip to content

Commit

Permalink
fix: Broken license link (#69)
Browse files Browse the repository at this point in the history
* fix: Broken license URL

Signed-off-by: AlexNg <[email protected]>

* chore(ver): Bump version v1.13.1 -> v1.13.2

Signed-off-by: AlexNg <[email protected]>

---------

Closes #68

Signed-off-by: AlexNg <[email protected]>
  • Loading branch information
caffeine-addictt committed Jun 23, 2024
1 parent 6f72c30 commit c2a179d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors:
orcid: https://orcid.org/0009-0001-1641-9397
identifiers:
- type: url
value: https://github.com/caffeine-addictt/template/releases/tag/v1.13.1
description: The GitHub release URL of tag v1.13.1.
value: https://github.com/caffeine-addictt/template/releases/tag/v1.13.2
description: The GitHub release URL of tag v1.13.2.
cff-version: 1.2.0
date-released: 2024-05-12
keywords:
Expand All @@ -19,4 +19,4 @@ message: If you use this software, please cite it using these metadata.
repository-code: https://github.com/caffeine-addictt/template
title: template
type: software
version: 1.13.1
version: 1.13.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ Alex - [[email protected]](mailto:[email protected])
[stars-shield]: https://img.shields.io/github/stars/caffeine-addictt/template.svg?style=for-the-badge&color=yellow
[stars-url]: https://github.com/caffeine-addictt/template/stargazers
[license-shield]: https://img.shields.io/github/license/caffeine-addictt/template.svg?style=for-the-badge
[license-url]: https://github.com/caffeine-addictt/template/blob/master/LICENSE.txt
[license-url]: https://github.com/caffeine-addictt/template/blob/main/LICENSE
[use-shield]: https://img.shields.io/badge/Use%20template-FFFFFF?style=for-the-badge
[use-url]: https://github.com/new?template_name=template&template_owner=caffeine-addictt
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ Distributed under the MIT License. See [LICENSE.txt](./LICENSE.txt) for more inf
[stars-shield]: https://img.shields.io/github/stars/{{REPOSITORY}}.svg?style=for-the-badge&color=yellow
[stars-url]: https://github.com/{{REPOSITORY}}/stargazers
[license-shield]: https://img.shields.io/github/license/{{REPOSITORY}}.svg?style=for-the-badge
[license-url]: https://github.com/{{REPOSITORY}}/blob/master/LICENSE.txt
[license-url]: https://github.com/{{REPOSITORY}}/blob/main/LICENSE

0 comments on commit c2a179d

Please sign in to comment.