Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaq01 committed May 8, 2019
1 parent 1a7624e commit 544c343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

```Gradle
dependencies {
compile 'com.github.Adamaq01:ozao-net:2.0.0'
compile 'com.github.Adamaq01:ozao-net:2.0.1'
}
```

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 'fr.adamaq01'
version '2.0.0'
version '2.0.1'

sourceCompatibility = JavaVersion.VERSION_1_9

Expand All @@ -24,7 +24,7 @@ publishing {
maven(MavenPublication) {
groupId = 'fr.adamaq01'
artifactId = 'ozao-net'
version = '2.0.0'
version = '2.0.1'

from components.java
}
Expand Down

0 comments on commit 544c343

Please sign in to comment.