@@ -18,9 +18,9 @@ This document is an example of the result of this program.
1818The template from which this document was generated is available at the
1919following link - [ README.src.md] ( https://github.com/nanolaba/readme-generator/blob/main/README.src.md?plain=1 ) .
2020
21- The latest stable version of the program is ** 0.1 ** .
21+ The latest stable version of the program is ** 0.2 ** .
2222
23- The latest development version is ** 0.2 -SNAPSHOT** .
23+ The latest development version is ** 0.3 -SNAPSHOT** .
2424
2525** Nanolaba Readme Generator (NRG)** is written in Java and requires ** Java 8** or higher to run.
2626
@@ -137,7 +137,7 @@ English text
137137** Nanolaba Readme Generator (NRG)** is written in Java and requires ** Java 8** or higher to run.
138138[ Install] ( https://www.java.com/en/download/ ) Java if it’s not already present on your system.
139139
140- [ Download] ( https://github.com/nanolaba/readme-generator/releases/tag/v0.1 ) the latest
140+ [ Download] ( https://github.com/nanolaba/readme-generator/releases/tag/v0.2 ) the latest
141141stable version of the application.
142142
143143Unzip the downloaded archive. If you're using a Unix-like system, make the ` nrg.sh ` file executable:
@@ -168,7 +168,7 @@ Add the following code to your `pom.xml`:
168168 <plugin >
169169 <groupId >com.nanolaba</groupId >
170170 <artifactId >nrg-maven-plugin</artifactId >
171- <version >0.1 </version >
171+ <version >0.2 </version >
172172 <configuration >
173173 <file >
174174 <item >README.src.md</item >
@@ -215,19 +215,19 @@ To use SNAPSHOT versions, you also need to add the following code to your `pom.x
215215<dependency >
216216 <groupId >com.nanolaba</groupId >
217217 <artifactId >readme-generator</artifactId >
218- <version >0.1 </version >
218+ <version >0.2 </version >
219219</dependency >
220220```
221221
222222** Gradle (build.gradle)**
223223
224224``` groovy
225- implementation 'com.nanolaba:readme-generator:0.1 '
225+ implementation 'com.nanolaba:readme-generator:0.2 '
226226```
227227
228228** Manual download**
229229
230- Get the JAR from [ Maven Central] ( https://repo1.maven.org/maven2/com/nanolaba/readme-generator/0.1 ) .
230+ Get the JAR from [ Maven Central] ( https://repo1.maven.org/maven2/com/nanolaba/readme-generator/0.2 ) .
231231Add it to your project's classpath.
232232
233233After this, you can call the file generation function in your project by passing
@@ -531,7 +531,7 @@ Last updated: ${widget:date}
531531</td ><td >
532532
533533``` markdown
534- Last updated: 10.08.2025 00:11:11
534+ Last updated: 10.08.2025 01:13:52
535535```
536536
537537</td ></tr >
0 commit comments