Skip to content

Commit d76b0e7

Browse files
committed
ready for v3.0.4
1 parent 47c74a2 commit d76b0e7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'vipsdisp', 'c',
3-
version: '3.0.2',
3+
version: '3.0.4',
44
license: 'MIT',
55
meson_version: '>=0.56',
66
default_options: [

org.libvips.vipsdisp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
{
384384
"type" : "git",
385385
"url" : "https://github.com/jcupitt/vipsdisp.git",
386-
"tag" : "v3.0.3"
386+
"tag" : "v3.0.4"
387387
}
388388
]
389389
}

org.libvips.vipsdisp.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ visualisation options and display modes.
6060

6161
<releases>
6262

63+
<release version="3.0.4" date="2024-03-02">
64+
<description>
65+
<p>
66+
Fix animated images on image flip.
67+
</p>
68+
</description>
69+
</release>
70+
6371
<release version="3.0.3" date="2024-03-02">
6472
<description>
6573
<p>

0 commit comments

Comments
 (0)