Skip to content

Commit 366a6a7

Browse files
committed
2 parents b3a3aa5 + bfd5ced commit 366a6a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<img align="right" src="/filelize.jpg" alt="Filelize" width="160" height="160">
55

6-
Filelize is a lightweight library designed to simplify writing and reading data into human-readable files, requiring just one line of code.
6+
Filelize is a lightweight database designed to simplify writing and reading data into human-readable files, requiring just one line of code.
77

88
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).
99

@@ -14,12 +14,12 @@ To integrate [Filelizer](https://mvnrepository.com/artifact/io.github.filelize/f
1414
<dependency>
1515
<groupId>io.github.filelize</groupId>
1616
<artifactId>filelize-java</artifactId>
17-
<version>0.9.3</version>
17+
<version>0.9.4</version>
1818
</dependency>
1919
```
2020
For Gradle, you can use:
2121
```groovy
22-
implementation 'io.github.filelize:filelize-java:0.9.3'
22+
implementation 'io.github.filelize:filelize-java:0.9.4'
2323
```
2424

2525
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)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>jar</packaging>
99

1010
<name>filelize-java</name>
11-
<description>Filelize is a lightweight library designed to simplify writing and reading data into human-readable files, requiring just one line of code</description>
11+
<description>Filelize is a lightweight database designed to simplify writing and reading data into human-readable files, requiring just one line of code</description>
1212
<url>https://github.com/filelize/filelize-java</url>
1313

1414
<developers>

0 commit comments

Comments
 (0)