Skip to content

Commit 2a0cda2

Browse files
committed
Increment Version
1 parent a3bd3f2 commit 2a0cda2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments):
6969
```groovy
7070
dependencies {
71-
implementation 'com.github.eltos:simpledialogfragments:v3.9'
71+
implementation 'com.github.eltos:simpledialogfragments:v3.10'
7272
}
7373
```
7474

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ apply from: "publish.gradle"
2929

3030
// Version number used for simpledialogfragments library, testApp and maven repository
3131
ext {
32-
VERSION = '3.9'
33-
VERSION_NR = 390
32+
VERSION = '3.10'
33+
VERSION_NR = 3100
3434
}
3535

3636

0 commit comments

Comments
 (0)