8000 New Version · Petersil1998/Thresh-Java@a6eb711 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6eb711

Browse files
committed
New Version
1 parent 7ab20cd commit a6eb711

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ allprojects {
2323
dependencies {
2424
...
2525
implementation 'com.github.Petersil1998:Core:v1.4'
26-
implementation 'com.github.Petersil1998:STCommons:v1.3'
27-
implementation 'com.github.Petersil1998:Thresh-Java:v1.3'
26+
implementation 'com.github.Petersil1998:STCommons:v1.4'
27+
implementation 'com.github.Petersil1998:Thresh-Java:v1.4'
2828
}
2929
```
3030

@@ -46,12 +46,12 @@ or using **Maven**:
4646
<dependency>
4747
<groupId>com.github.Petersil1998</groupId>
4848
<artifactId>STCommons</artifactId>
49-
<version>v1.3</version>
49+
<version>v1.4</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.github.Petersil1998</groupId>
5353
<artifactId>Thresh-Java</artifactId>
54-
<version>v1.3</version>
54+
<version>v1.4</version>
5555
</dependency>
5656
```
5757

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'net.petersil98'
6-
version 'v1.3'
6+
version 'v1.4'
77

88
allprojects {
99
repositories {
@@ -21,7 +21,7 @@ dependencies {
2121
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1'
2222
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1'
2323
implementation 'com.github.Petersil1998:Core:v1.4'
24-
implementation 'com.github.Petersil1998:STCommons:v1.3'
24+
implementation 'com.github.Petersil1998:STCommons:v1.4'
2525
}
2626

2727
test {

0 commit comments

Comments
 (0)
0