Skip to content

Commit

Permalink
Merge pull request #27 from dloebl/bump-version
Browse files Browse the repository at this point in the history
Bump version to 0.0.2
  • Loading branch information
dloebl authored Nov 8, 2021
2 parents 3ca1a4a + 55870bc commit 8289234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libcgif',
'c',
version : '0.0.1',
version : '0.0.2',
license : 'MIT',
default_options : ['c_std=c99'],
)
Expand All @@ -10,7 +10,7 @@ lib = library(
'cgif',
'cgif.c',
soversion : '0',
version : '0.0.1',
version : '0.0.2',
install : true,
)

Expand Down

0 comments on commit 8289234

Please sign in to comment.