File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Maven dependency (works fine with maven 3.6.3)
2424<dependency >
2525 <groupId >com.github.radist-nt</groupId >
2626 <artifactId >iuliia-java</artifactId >
27- <version >0.1.2 </version >
27+ <version >0.1.3 </version >
2828</dependency >
2929
3030```
@@ -37,7 +37,7 @@ Simple example:
3737import com.radist_nt.iuliia.Iuliia ;
3838
3939public class Clazz {
40- public static void test () {
40+ public static void test () {
4141 Iuliia . transliterate(" Юлия" , Iuliia . ICAO_DOC_9303 ); // Iuliia
4242 }
4343}
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.radist-nt</groupId >
77 <artifactId >iuliia-java</artifactId >
8- <version >0.1.2 </version >
8+ <version >0.1.3 </version >
99
1010 <name >com.github.radist-nt:iuliia-java</name >
1111 <description >Transliterate Cyrillic → Latin in every possible way https://dangry.ru/iuliia/</description >
You can’t perform that action at this time.
0 commit comments