Skip to content

Commit e62ab16

Browse files
committed
chore: Bump version number to 2.1.1
1 parent 090ce70 commit e62ab16

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717
1818
dependencies {
19-
implementation 'me.walkerknapp:devolay:2.1.0'
19+
implementation 'me.walkerknapp:devolay:2.1.1'
2020
}
2121
```
2222

@@ -25,7 +25,7 @@ dependencies {
2525
<dependency>
2626
<groupId>me.walkerknapp</groupId>
2727
<artifactId>devolay</artifactId>
28-
<version>2.1.0</version>
28+
<version>2.1.1</version>
2929
</dependency>
3030
```
3131

@@ -44,7 +44,7 @@ repositories {
4444
}
4545
4646
dependencies {
47-
implementation 'me.walkerknapp:devolay:2.1.0:integrated'
47+
implementation 'me.walkerknapp:devolay:2.1.1:integrated'
4848
}
4949
```
5050

@@ -53,7 +53,7 @@ dependencies {
5353
<dependency>
5454
<groupId>me.walkerknapp</groupId>
5555
<artifactId>devolay</artifactId>
56-
<version>2.1.0</version>
56+
<version>2.1.1</version>
5757
<classifier>integrated</classifier>
5858
</dependency>
5959
```
@@ -67,7 +67,7 @@ if you use android builds in your product. Please see the [Licensing Considerati
6767
#### Gradle
6868
```groovy
6969
dependencies {
70-
implementation('me.walkerknapp:devolay:2.1.0') {
70+
implementation('me.walkerknapp:devolay:2.1.1') {
7171
artifact {
7272
name = "devolay"
7373
type = "aar"

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ plugins {
44

55
allprojects {
66
group = "me.walkerknapp"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
}

0 commit comments

Comments
 (0)