Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 2, 2023
1 parent 6983d16 commit bae9b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}

dependencies {
compileOnly("com.intellectualsites.arkitektonika:Arkitektonika-Client:2.1.0")
compileOnly("com.intellectualsites.arkitektonika:Arkitektonika-Client:2.1.2")
}
```

Expand All @@ -48,7 +48,7 @@ dependencies {
<dependency>
<groupId>com.intellectualsites.arkitektonika</groupId>
<artifactId>Arkitektonika-Client</artifactId>
<version>2.1.0</version>
<version>2.1.2</version>
</dependency>
</dependencies>
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ configurations.all {
}

group = "com.intellectualsites.arkitektonika"
version = "2.1.2-SNAPSHOT"
version = "2.1.2"

spotless {
java {
Expand Down

0 comments on commit bae9b28

Please sign in to comment.