Skip to content

Commit d41f277

Browse files
committed
bump version
1 parent af7af8d commit d41f277

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.2.0',
4+
version : '0.2.1',
55
license : 'MIT',
66
default_options : ['c_std=c99'],
77
)
@@ -12,7 +12,7 @@ lib = library(
1212
cgif_sources,
1313
include_directories : ['inc/'],
1414
soversion : '0',
15-
version : '0.2.0',
15+
version : '0.2.1',
1616
install : true,
1717
)
1818

0 commit comments

Comments
 (0)