From 5aa692ef979d6034918314edd00804ed118126d9 Mon Sep 17 00:00:00 2001 From: Daniel Gerdgren Date: Wed, 25 Sep 2024 08:57:06 +0200 Subject: [PATCH] Bump version & update contributors in README --- README.md | 1 + src/amigeconv.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b508fba..87833ff 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ amigeconv -f sprite -t font.png font.spr [![](https://github.com/tditlu.png?size=24)](https://github.com/tditlu) [![](https://github.com/timfel.png?size=24)](https://github.com/timfel) +[![](https://github.com/timfel.png?size=24)](https://github.com/izero79) ### Libraries used: diff --git a/src/amigeconv.c b/src/amigeconv.c index 2624fd9..2665ebc 100644 --- a/src/amigeconv.c +++ b/src/amigeconv.c @@ -12,8 +12,8 @@ #include "formats/sprite.h" #include "formats/palette.h" -#define AMIGECONV_VERSION "1.0.7" -#define AMIGECONV_VERSION_DATE "2024-03-17" +#define AMIGECONV_VERSION "1.0.8" +#define AMIGECONV_VERSION_DATE "2024-09-25" typedef enum { PALETTE_UNKNOWN = 0,