Skip to content

Commit f2526f4

Browse files
committed
Release v1.7.0-SNAPSHOT
1 parent 93811f8 commit f2526f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

8383
For Gradle projects use:
8484
```kts
85-
compileOnly("com.eternalcode:eternalcore-api:1.6.1")
85+
compileOnly("com.eternalcode:eternalcore-api:1.7.0-SNAPSHOT")
8686
```
8787

8888
For Maven projects use:
8989
```xml
9090
<dependency>
9191
<groupId>com.eternalcode</groupId>
9292
<artifactId>eternalcore-api</artifactId>
93-
<version>1.6.1</version>
93+
<version>1.7.0-SNAPSHOT</version>
9494
<scope>provided</scope>
9595
</dependency>
9696
```

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.6.1"
7+
version = "1.7.0-SNAPSHOT"
88

99
checkstyle {
1010
toolVersion = "10.21.4"

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.6.1"
7+
version = "1.7.0-SNAPSHOT"
88

99
java {
1010
withSourcesJar()

0 commit comments

Comments
 (0)