From e8c54b0ebadedb10af043cfb95bc9754cbbdbedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Terje=20S=C3=B8rensen?= Date: Tue, 14 May 2024 08:04:00 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36853ca..c5fff4c 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). From 40e08b1e56343c9bf29a9bd78c9f27e105da3632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Terje=20S=C3=B8rensen?= Date: Tue, 14 May 2024 08:04:53 +0200 Subject: [PATCH 2/3] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From bfd5cede8c0248f99ecf733d32678440cc94ca5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Terje=20S=C3=B8rensen?= Date: Fri, 24 May 2024 07:14:30 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5fff4c..8eafae2 100644 --- a/README.md +++ b/README.md @@ -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)