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 .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
id: version
attributes:
label: Version
placeholder: v0.1.0-alpha
placeholder: v0.1.0
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Licence](https://img.shields.io/badge/licence-proprietary-lightgrey?style=flat-square)
![Build](https://img.shields.io/badge/build-passing-2ea44f?style=flat-square)
![Version](https://img.shields.io/badge/version-v0.1.0--alpha-005cc5?style=flat-square)
![Version](https://img.shields.io/badge/version-v0.1.0-005cc5?style=flat-square)
![Platform](https://img.shields.io/badge/platform-github-24292f?style=flat-square)
![Funny](https://img.shields.io/badge/incidents-preferably%20in%20daylight-6a737d?style=flat-square)

Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

| Version | Supported |
| --- | --- |
| v0.1.x | Yes |
| < v0.1.0-alpha | No |
| v0.1.0 | Yes |
| < v0.1.0 | No |

Versions prior to `v0.1.0-alpha` are not supported and should not be deployed.
Versions prior to `v0.1.0` are not supported and should not be deployed.

## Reporting a Vulnerability

Expand Down
Loading