Skip to content

Commit

Permalink
chore: Bump version number to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkerKnapp committed Jul 14, 2024
1 parent 090ce70 commit e62ab16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}
dependencies {
implementation 'me.walkerknapp:devolay:2.1.0'
implementation 'me.walkerknapp:devolay:2.1.1'
}
```

Expand All @@ -25,7 +25,7 @@ dependencies {
<dependency>
<groupId>me.walkerknapp</groupId>
<artifactId>devolay</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand All @@ -44,7 +44,7 @@ repositories {
}
dependencies {
implementation 'me.walkerknapp:devolay:2.1.0:integrated'
implementation 'me.walkerknapp:devolay:2.1.1:integrated'
}
```

Expand All @@ -53,7 +53,7 @@ dependencies {
<dependency>
<groupId>me.walkerknapp</groupId>
<artifactId>devolay</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<classifier>integrated</classifier>
</dependency>
```
Expand All @@ -67,7 +67,7 @@ if you use android builds in your product. Please see the [Licensing Considerati
#### Gradle
```groovy
dependencies {
implementation('me.walkerknapp:devolay:2.1.0') {
implementation('me.walkerknapp:devolay:2.1.1') {
artifact {
name = "devolay"
type = "aar"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "me.walkerknapp"
version = "2.1.0"
version = "2.1.1"
}

0 comments on commit e62ab16

Please sign in to comment.