diff --git a/README.md b/README.md index bb1deef..6d138f7 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ allprojects { dependencies { ... implementation 'com.github.Petersil1998:Core:v1.4' - implementation 'com.github.Petersil1998:STCommons:v1.3' - implementation 'com.github.Petersil1998:Thresh-Java:v1.3' + implementation 'com.github.Petersil1998:STCommons:v1.4' + implementation 'com.github.Petersil1998:Thresh-Java:v1.4' } ``` @@ -46,12 +46,12 @@ or using **Maven**: com.github.Petersil1998 STCommons - v1.3 + v1.4 com.github.Petersil1998 Thresh-Java - v1.3 + v1.4 ``` diff --git a/build.gradle b/build.gradle index 72d2ab8..44e00fa 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'net.petersil98' -version 'v1.3' +version 'v1.4' allprojects { repositories { @@ -21,7 +21,7 @@ dependencies { implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1' implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1' implementation 'com.github.Petersil1998:Core:v1.4' - implementation 'com.github.Petersil1998:STCommons:v1.3' + implementation 'com.github.Petersil1998:STCommons:v1.4' } test {