Skip to content

Commit

Permalink
Bumped version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigal committed Feb 16, 2021
1 parent 440e73b commit aa6856c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maven {
url = 'https://repo.mikigal.pl/releases'
}
compile group: 'pl.mikigal', name: 'ConfigAPI', version: '1.1'
compile group: 'pl.mikigal', name: 'ConfigAPI', version: '1.1.1'
```

#### Maven
Expand All @@ -30,7 +30,7 @@ compile group: 'pl.mikigal', name: 'ConfigAPI', version: '1.1'
<dependency>
<groupId>pl.mikigal</groupId>
<artifactId>ConfigAPI</artifactId>
<version>1.1</version>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'pl.mikigal'
version '1.1'
version '1.1.1'

publishing {
repositories {
Expand Down

0 comments on commit aa6856c

Please sign in to comment.