Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaterfall committed Mar 5, 2024
1 parent 44fc107 commit 74cc3a2
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.1.0'
implementation 'com.github.thewaterfall:fluent-request:1.2.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.1.0</version>
<version>1.2.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.1.0'
version = '1.2.0'

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

pom {
Expand Down

0 comments on commit 74cc3a2

Please sign in to comment.