File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " genj"
3- version = " 1.2.2 "
3+ version = " 1.2.3 "
44edition = " 2021"
55authors = [" Frederic Delorme <frederic.delorme@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Example `.genrc` content:
6363 "created_at" : " 2025-11-26T14:30:45.123456+00:00" ,
6464 "generated_with" : {
6565 "cmd" : " genj" ,
66- "version" : " 1.2.2 "
66+ "version" : " 1.2.3 "
6767 }
6868}
6969```
@@ -157,7 +157,7 @@ cargo run -- \
157157** Output with ` --verbose ` :**
158158```
159159=== genj - Java Project Generator ===
160- Version: 1.2.2
160+ Version: 1.2.3
161161Verbose mode enabled
162162
163163[VERBOSE] Destination path will be: ./out/Demo
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Exemple de contenu `.genrc` :
6363 "created_at" : " 2025-11-26T14:30:45.123456+00:00" ,
6464 "generated_with" : {
6565 "cmd" : " genj" ,
66- "version" : " 1.2.2 "
66+ "version" : " 1.2.3 "
6767 }
6868}
6969```
@@ -157,7 +157,7 @@ cargo run -- \
157157** Sortie en mode ` --verbose ` ** :
158158```
159159=== genj - Java Project Generator ===
160- Version: 1.2.2
160+ Version: 1.2.3
161161Verbose mode enabled
162162
163163[VERBOSE] Destination path will be: ./out/Demo
Original file line number Diff line number Diff line change 44
55# Configuration
66PROJECT_NAME=" genj"
7- VERSION=" 1.2.2 "
7+ VERSION=" 1.2.3 "
88MAINTAINER=" Frédéric Delorme <fredericDOTdelormeATgmailDOTcom>"
99DESCRIPTION=" Generate a Java project from a template as a ZIP file or folder. \
1010Please, look at https://github.com/mcgivrer/genj for details."
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use std::path::{Path, PathBuf};
99use walkdir:: WalkDir ;
1010use zip:: ZipArchive ;
1111
12- const VERSION : & str = "1.2.2 " ;
12+ const VERSION : & str = "1.2.3 " ;
1313
1414#[ derive( Parser , Debug ) ]
1515#[ command(
You can’t perform that action at this time.
0 commit comments