Skip to content

Commit 6bca577

Browse files
committed
Bump version
1 parent 7ca719d commit 6bca577

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ And this to your module build.gradle:
1919

2020
```groovy
2121
dependencies {
22-
compile 'com.github.proxer:ProxerLibJava:4.4.0'
22+
compile 'com.github.proxer:ProxerLibJava:4.4.1'
2323
}
2424
```
2525

26-
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.4.0/ProxerLibJava-4.4.0.jar), if you prefer.
26+
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.4.1/ProxerLibJava-4.4.1.jar), if you prefer.
2727

2828
> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
2929
@@ -270,7 +270,7 @@ If you are using ProGuard, the following config is required:
270270

271271
### More
272272

273-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.4.0/javadoc/).
273+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.4.1/javadoc/).
274274

275275
## Working on the library
276276

gradle/versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ext {
2-
version = '4.4.0'
2+
version = '4.4.1'
33
group = 'com.github.proxer'
44

5-
gradleVersion = '4.6'
5+
gradleVersion = '4.7'
66

77
errorpronePluginVersion = '0.0.13'
88
gradleVersionsPluginVersion = '0.17.0'

gradle/wrapper/gradle-wrapper.jar

-4 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

0 commit comments

Comments
 (0)