Skip to content

Commit 31e8581

Browse files
committed
bump version to V0.0.4
1 parent 4b26002 commit 31e8581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'libcgif',
33
'c',
4-
version : '0.0.3',
4+
version : '0.0.4',
55
license : 'MIT',
66
default_options : ['c_std=c99'],
77
)
@@ -10,7 +10,7 @@ lib = library(
1010
'cgif',
1111
'cgif.c',
1212
soversion : '0',
13-
version : '0.0.3',
13+
version : '0.0.4',
1414
install : true,
1515
)
1616

0 commit comments

Comments
 (0)