We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca90a44 commit e77db18Copy full SHA for e77db18
3 files changed
com.toolstack.Folio.json
@@ -44,8 +44,7 @@
44
"sources" : [{
45
"type" : "git",
46
"url" : "https://github.com/toolstack/Folio",
47
- "tag" : "24.09",
48
- "commit" : "01d043faa81b17f26b6438d97dd7cfac105f4be0"
+ "tag" : "24.10"
49
}]
50
}
51
]
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'com.toolstack.Folio',
3
['c', 'vala'],
4
- version: '24.09',
+ version: '24.10',
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: '24.09'
+ source-tag: '24.10'
12
source-depth: 1
13
build-snaps:
14
- blueprint-compiler
0 commit comments