We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a04d0c commit 01d043fCopy full SHA for 01d043f
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.08",
48
- "commit" : "c5ed86d7ab2f91c79f77aea74fd1a04b8ed67a2f"
+ "tag" : "24.09"
49
}]
50
}
51
]
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'com.toolstack.Folio',
3
['c', 'vala'],
4
- version: '24.08',
+ version: '24.09',
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.08'
+ source-tag: '24.09'
12
source-depth: 1
13
build-snaps:
14
- blueprint-compiler
0 commit comments