Bump version to 0.8.1
- Remove license note from app description - Update GNOME runtime to version 49
This commit is contained in:
parent
0091a2e170
commit
6273b224d5
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "cz.bugsy.roster",
|
"id": "cz.bugsy.roster",
|
||||||
"runtime": "org.gnome.Platform",
|
"runtime": "org.gnome.Platform",
|
||||||
"runtime-version": "47",
|
"runtime-version": "49",
|
||||||
"sdk": "org.gnome.Sdk",
|
"sdk": "org.gnome.Sdk",
|
||||||
"command": "roster",
|
"command": "roster",
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
|
|||||||
@ -8,7 +8,6 @@
|
|||||||
<summary>HTTP client for API testing</summary>
|
<summary>HTTP client for API testing</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>Roster is a modern HTTP client for testing and debugging REST APIs. It provides a clean, GNOME-native interface for making HTTP requests and inspecting responses.</p>
|
<p>Roster is a modern HTTP client for testing and debugging REST APIs. It provides a clean, GNOME-native interface for making HTTP requests and inspecting responses.</p>
|
||||||
<p>Note: Application-specific icons included with this project are licensed under CC-BY-SA-3.0. GNOME system icons are provided by the system and are not distributed with this application. All other components are licensed under GPL-3.0-or-later.</p>
|
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<developer id="cz.bugsy">
|
<developer id="cz.bugsy">
|
||||||
@ -42,6 +41,14 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.8.1" date="2026-01-15">
|
||||||
|
<description translate="no">
|
||||||
|
<p>Version 0.8.1 release</p>
|
||||||
|
<ul>
|
||||||
|
<li>Remove license note from app description</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.8.0" date="2026-01-15">
|
<release version="0.8.0" date="2026-01-15">
|
||||||
<description translate="no">
|
<description translate="no">
|
||||||
<p>Version 0.8.0 release</p>
|
<p>Version 0.8.0 release</p>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
project('roster',
|
project('roster',
|
||||||
version: '0.8.0',
|
version: '0.8.1',
|
||||||
meson_version: '>= 1.0.0',
|
meson_version: '>= 1.0.0',
|
||||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user