mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Bump GNOME runtime version to 47
This commit is contained in:
5
.editorconfig
Normal file
5
.editorconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
root = true
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
@@ -64,6 +64,14 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.6.5" date="2024-9-18" timestamp="1720282600">
|
||||
<description translate="no">
|
||||
<p>New Features and Changes</p>
|
||||
<ul>
|
||||
<li>Bump GNOME runtime version to 47</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="1.6.4" date="2024-7-6" timestamp="1720282600">
|
||||
<description translate="no">
|
||||
<p>Bux Fixes</p>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "io.github.flattool.Warehouse",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version" : "46",
|
||||
"runtime-version": "47",
|
||||
"sdk": "org.gnome.Sdk",
|
||||
"command": "warehouse",
|
||||
"finish-args": [
|
||||
@@ -36,9 +36,7 @@
|
||||
"tag": "v0.10.0"
|
||||
}
|
||||
],
|
||||
"cleanup" : [
|
||||
"*"
|
||||
]
|
||||
"cleanup": ["*"]
|
||||
},
|
||||
{
|
||||
"name": "warehouse",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
project('warehouse',
|
||||
version: '1.6.4',
|
||||
version: '1.6.5',
|
||||
meson_version: '>= 0.62.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user