We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3367e5 commit 0bacc12Copy full SHA for 0bacc12
com.toolstack.Folio.json
@@ -44,8 +44,7 @@
44
"sources" : [{
45
"type" : "git",
46
"url" : "https://github.com/toolstack/Folio",
47
- "tag" : "25.01",
48
- "commit" : "a9fc7592ccb1741820e5159267a6fb9cfce42dd2"
+ "tag" : "25.02"
49
}]
50
}
51
]
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'com.toolstack.Folio',
3
['c', 'vala'],
4
- version: '25.01',
+ version: '25.02',
5
meson_version: '>= 0.59.4',
6
default_options: [
7
'warning_level=2',
snap/snapcraft.yaml
@@ -8,7 +8,7 @@ parts:
8
folio:
9
plugin: meson
10
source: https://github.com/toolstack/Folio.git
11
- source-tag: '25.01'
+ source-tag: '25.02'
12
source-depth: 1
13
build-snaps:
14
- blueprint-compiler
0 commit comments