Skip to content

Commit f0cec5f

Browse files
committed
bump up version
1 parent f29da48 commit f0cec5f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This is an example of how to list things you need to use the software and how to
5757
}
5858
5959
dependencies {
60-
implementation 'com.github.DiegoNighty:HTTP-Wrapper:2.0.0'
60+
implementation 'com.github.DiegoNighty:http-wrapper:2.5.0'
6161
}
6262
```
6363

@@ -70,8 +70,8 @@ This is an example of how to list things you need to use the software and how to
7070

7171
<dependency>
7272
<groupId>com.github.diegonighty</groupId>
73-
<artifactId>HTTP-Wrapper</artifactId>
74-
<version>2.0.0</version>
73+
<artifactId>http-wrapper</artifactId>
74+
<version>2.5.0</version>
7575
</dependency>
7676
```
7777

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.github.diegonighty.http'
8-
version '2.0.0'
8+
version '2.5.0'
99

1010
task sourcesJar(type: Jar, dependsOn: classes) {
1111
from sourceSets.main.allSource
@@ -45,7 +45,7 @@ publishing {
4545
mavenJava(MavenPublication) {
4646
groupId "com.github.diegonighty.http"
4747
artifactId "HTTP-Wrapper"
48-
version "2.0"
48+
version "2.5.0"
4949

5050
from components.java
5151
}

0 commit comments

Comments
 (0)