From 38eafcee218e150cba9e2763ae8b6d565f2c2d0d Mon Sep 17 00:00:00 2001 From: saharNooby Date: Tue, 21 Dec 2021 21:37:54 +0500 Subject: [PATCH] Remove production use warning --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b470eb6..4e5971d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ A pure Java 8 implementation of [Quite OK Image Format](https://github.com/phobo This library has no runtime dependencies, including Java AWT. `BufferedImage` support is provided using separate module [qoi-java-awt](https://github.com/saharNooby/qoi-java-awt). -**Production use warning**: QOI file format is not finalized yet. You can track progress [here in the original repository](https://github.com/phoboslab/qoi/issues/48). - ## How to Use ### Build and Install @@ -24,7 +22,7 @@ Add this library as a dependency to your build system. Maven example: me.saharnooby qoi-java - 0.1.0 + 1.0.0 ```