mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: 📢 Bump version to 1.3.0 (#3189)
chore: bump version to 1.3.0 Signed-off-by: cdrage <fbenoit@redhat.com> Co-authored-by: cdrage <runner@fv-az565-96.g5zjwapuycbepc44mdivmxuwya.dx.internal.cloudapp.net>
This commit is contained in:
parent
fa436e16d7
commit
8b7563f0b4
3 changed files with 4 additions and 2 deletions
|
|
@ -42,6 +42,7 @@
|
|||
</provides>
|
||||
<update_contact>fbenoit_at_redhat_com</update_contact>
|
||||
<releases>
|
||||
<release version="1.2.0" date="2023-07-12"/>
|
||||
<release version="1.1.0" date="2023-06-08"/>
|
||||
<release version="1.0.1" date="2023-05-22"/>
|
||||
<release version="1.0.0" date="2023-05-17"/>
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -49,8 +49,9 @@ body:
|
|||
label: Version
|
||||
description: What version of the software are you running?
|
||||
options:
|
||||
- "1.1.0"
|
||||
- "1.2.0"
|
||||
- "next (development version)"
|
||||
- "1.1.0"
|
||||
- "1.0.x"
|
||||
- "0.15.0"
|
||||
- "0.14.1"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "podman-desktop",
|
||||
"productName": "Podman Desktop",
|
||||
"repository": "https://github.com/containers/podman-desktop",
|
||||
"version": "1.2.0-next",
|
||||
"version": "1.3.0-next",
|
||||
"license": "apache-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue