Skip to content

Commit

Permalink
Increment version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaterfall committed Aug 12, 2024
1 parent 643ac57 commit 7cf2b16
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 @@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation 'com.github.thewaterfall:fluent-request:1.2.1'
implementation 'com.github.thewaterfall:fluent-request:1.3.0'
}
```

Expand All @@ -43,7 +43,7 @@ Add the following to your pom.xml file:
<dependency>
<groupId>com.github.thewaterfall</groupId>
<artifactId>fluent-request</artifactId>
<version>1.2.1</version>
<version>1.3.0</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.fluent-request'
version = '1.2.1'
version = '1.3.0'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -23,7 +23,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.thewaterfall'
artifactId = 'fluent-request'
version = '1.2.1'
version = '1.3.0'
from components.java

pom {
Expand Down

0 comments on commit 7cf2b16

Please sign in to comment.