From 0500b6872e76d2f0bf6b529aac00a8bdcf08ccd9 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Thu, 18 Jul 2024 16:48:06 +0000 Subject: [PATCH] Release 6.2.0 (#754) --- data/io.elementary.terminal.appdata.xml.in | 14 +++++++------- meson.build | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/io.elementary.terminal.appdata.xml.in b/data/io.elementary.terminal.appdata.xml.in index 639c3ef1b4..8a09c8d285 100644 --- a/data/io.elementary.terminal.appdata.xml.in +++ b/data/io.elementary.terminal.appdata.xml.in @@ -15,22 +15,22 @@ - https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot.png + https://raw.githubusercontent.com/elementary/terminal/6.2.0/data/screenshot.png - https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-light.png + https://raw.githubusercontent.com/elementary/terminal/6.2.0/data/screenshot-light.png - https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-high-contrast.png + https://raw.githubusercontent.com/elementary/terminal/6.2.0/data/screenshot-high-contrast.png - https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-find.png + https://raw.githubusercontent.com/elementary/terminal/6.2.0/data/screenshot-find.png - https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-custom-style.png + https://raw.githubusercontent.com/elementary/terminal/6.2.0/data/screenshot-custom-style.png - https://raw.githubusercontent.com/elementary/terminal/6.1.2/data/screenshot-paste-protection.png + https://raw.githubusercontent.com/elementary/terminal/6.2.0/data/screenshot-paste-protection.png @@ -53,7 +53,7 @@ contact_AT_elementary.io - +

New features:

    diff --git a/meson.build b/meson.build index 42d65ffb93..a962500d07 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.terminal', 'vala', 'c', - version: '6.1.2', + version: '6.2.0', meson_version: '>=0.60' )