Skip to content

Commit d51593f

Browse files
committed
Release v1.3.2
1 parent 3c00367 commit d51593f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ For Maven projects use:
8080

8181
For Gradle projects use:
8282
```kts
83-
compileOnly("com.eternalcode:eternalcore-api:1.3.1")
83+
compileOnly("com.eternalcode:eternalcore-api:1.3.2")
8484
```
8585

8686
For Maven projects use:
8787
```xml
8888
<dependency>
8989
<groupId>com.eternalcode</groupId>
9090
<artifactId>eternalcore-api</artifactId>
91-
<version>1.3.1</version>
91+
<version>1.3.2</version>
9292
<scope>provided</scope>
9393
</dependency>
9494
```

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.3.1"
7+
version = "1.3.2"
88

99
checkstyle {
1010
toolVersion = "10.17.0"

buildSrc/src/main/kotlin/eternalcore-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.eternalcode"
7-
version = "1.3.1"
7+
version = "1.3.2"
88

99
java {
1010
withSourcesJar()

eternalcore-api-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.eternalcode"
10-
version = "1.3.1"
10+
version = "1.3.2"
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)