Skip to content

Commit 0bacc12

Browse files
committed
Updates for release.
1 parent e3367e5 commit 0bacc12

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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" : "25.01",
48-
"commit" : "a9fc7592ccb1741820e5159267a6fb9cfce42dd2"
47+
"tag" : "25.02"
4948
}]
5049
}
5150
]

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: '25.01',
4+
version: '25.02',
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: '25.01'
11+
source-tag: '25.02'
1212
source-depth: 1
1313
build-snaps:
1414
- blueprint-compiler

0 commit comments

Comments
 (0)