diff --git a/README.md b/README.md index 36853ca..8eafae2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Filelize -Filelize is a lightweight library designed to simplify writing and reading data into human-readable files, requiring just one line of code. +Filelize is a lightweight database designed to simplify writing and reading data into human-readable files, requiring just one line of code. One of the biggest advantages is in the annotations and methods provided, eliminating the need for repetitive boilerplate code. Additionally, it offers flexibility with options for both single and multiple file storage, giving an easy way to work with very large collections distributed among multiple files. Filelize is most commonly used to save files as json for [Test Data Setup](https://github.com/filelize/filelize-java?tab=readme-ov-file#filelize-for-test-data-setup). @@ -14,12 +14,12 @@ To integrate [Filelizer](https://mvnrepository.com/artifact/io.github.filelize/f io.github.filelize filelize-java - 0.9.3 + 0.9.4 ``` For Gradle, you can use: ```groovy -implementation 'io.github.filelize:filelize-java:0.9.3' +implementation 'io.github.filelize:filelize-java:0.9.4' ``` Ref: [Publish your artifact to the Maven Central Repository using GitHub Actions](https://medium.com/@jtbsorensen/publish-your-artifact-to-the-maven-central-repository-using-github-actions-15d3b5d9ce88) diff --git a/pom.xml b/pom.xml index fec3bb0..bed6ee6 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ jar filelize-java - Filelize is a lightweight library designed to simplify writing and reading data into human-readable files, requiring just one line of code + Filelize is a lightweight database designed to simplify writing and reading data into human-readable files, requiring just one line of code https://github.com/filelize/filelize-java