Skip to content

Commit

Permalink
build(version): bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Sep 30, 2023
1 parent f492101 commit 3b8e14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ HiColor has a Git-style CLI.
The actions `encode` and `decode` convert images between PNG and HiColor's own image format. `quantize` round-trips an image through the converter and outputs a normal PNG. Use it to create images that look high-color but aren't. `info` displays information about a HiColor file: version (`5` for 15-bit or `6` for 16), width, and height.

```none
HiColor 0.4.0
HiColor 0.5.0
Create 15/16-bit color RGB images.
usage:
Expand Down
2 changes: 1 addition & 1 deletion hicolor.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <stdio.h>

#define HICOLOR_BAYER_SIZE 8
#define HICOLOR_LIBRARY_VERSION 400
#define HICOLOR_LIBRARY_VERSION 500

/* Types. */

Expand Down

0 comments on commit 3b8e14b

Please sign in to comment.