Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaterfall committed Jul 7, 2024
1 parent 8c83eb9 commit 027bb59
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 @@ -31,7 +31,7 @@ repositories {
}
dependencies {
implementation 'com.github.thewaterfall:spring-rate-throttler:1.0.0'
implementation 'com.github.thewaterfall:spring-rate-throttler:1.0.1'
}
```

Expand All @@ -50,7 +50,7 @@ Add the following to your pom.xml file:
<dependency>
<groupId>com.github.thewaterfall</groupId>
<artifactId>spring-rate-throttler</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>
```
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 'com.thewaterfall.throttler'
version '1.0.0-SNAPSHOT'
version '1.0.1-SNAPSHOT'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand All @@ -22,7 +22,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.thewaterfall'
artifactId = 'throttler'
version = '1.0.0-SNAPSHOT'
version = '1.0.1-SNAPSHOT'
from components.java

pom {
Expand Down

0 comments on commit 027bb59

Please sign in to comment.