Skip to content

Commit 819ecd8

Browse files
committed
Updates for release.
1 parent 7f96d37 commit 819ecd8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

com.toolstack.Folio.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"sources" : [{
4545
"type" : "git",
4646
"url" : "https://github.com/toolstack/Folio",
47-
"tag" : "24.11",
48-
"commit" : "c4a7680eb7d92446b0c5cdb9dabd366443249d49"
47+
"tag" : "24.12"
4948
}]
5049
}
5150
]

data/app.metainfo.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<releases>
2121

22-
<release type="stable" version="24.12" date="2024-10-20">
22+
<release type="stable" version="24.12" date="2024-10-21">
2323
<description translate="no">
2424
<p>Changes:</p>
2525
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'com.toolstack.Folio',
33
['c', 'vala'],
4-
version: '24.12.Dev',
4+
version: '24.12',
55
meson_version: '>= 0.59.4',
66
default_options: [
77
'warning_level=2',

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parts:
88
folio:
99
plugin: meson
1010
source: https://github.com/toolstack/Folio.git
11-
source-tag: '24.11'
11+
source-tag: '24.12'
1212
source-depth: 1
1313
build-snaps:
1414
- blueprint-compiler

0 commit comments

Comments
 (0)