Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flustix committed Aug 27, 2022
1 parent a74c061 commit b2152bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}
dependencies {
implementation 'net.foxes4life:konfig:1.2.0'
implementation 'net.foxes4life:konfig:1.3.0'
}
```
**Maven:**
Expand All @@ -25,7 +25,7 @@ dependencies {
<dependency>
<groupId>net.foxes4life</groupId>
<artifactId>konfig</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'net.foxes4life'
version '1.2.0'
version '1.3.0'

repositories {
mavenCentral()
Expand All @@ -19,7 +19,7 @@ publishing {
maven(MavenPublication) {
groupId = 'net.foxes4life'
artifactId = 'konfig'
version = '1.2.0'
version = '1.3.0'

from components.java
}
Expand Down

0 comments on commit b2152bc

Please sign in to comment.