Skip to content

Commit

Permalink
Bump version & update contributors in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tditlu committed Sep 25, 2024
1 parent e3de6f0 commit 5aa692e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions src/amigeconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5aa692e

Please sign in to comment.