Skip to content

Commit

Permalink
Bump QueenOfVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
antunflas committed Aug 28, 2020
1 parent 79251cf commit 3102ccd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Library checks update availability using In-App updates.
#### Getting via jcenter

```groovy
implementation 'co.infinum:queen-of-versions:0.2.0'
implementation 'co.infinum:queen-of-versions:0.3.0'
```

#### Features
Expand Down
6 changes: 6 additions & 0 deletions queen-of-versions/CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## Version 0.2.0

_2020-08-28_

- PrinceOfVersions to version 4.0.2

## Version 0.2.0

_2020-06-05_

- com.google.android.play:core to version 1.7.2
Expand Down
2 changes: 1 addition & 1 deletion queen-of-versions/README.md
Expand Up @@ -8,7 +8,7 @@ Library checks update availability using In-App updates.
## Getting via jcenter

```groovy
implementation 'co.infinum:queen-of-versions:0.2.0'
implementation 'co.infinum:queen-of-versions:0.3.0'
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Expand Up @@ -7,7 +7,7 @@ def build = [

def versions = [
prince : '4.0.2',
queen : '0.2.0',
queen : '0.3.0',
semver : '0.9.0',
appcompat: '1.1.0',
findbugs : '3.0.1'
Expand Down

0 comments on commit 3102ccd

Please sign in to comment.