Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2023
1 parent 5d89d0d commit 71b0db8
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 @@ -18,14 +18,14 @@ seatsio-android is available in the Maven Central repository:
```
// build.gradle
dependencies {
compile 'io.seats:seatsio-android:12.1.0'
compile 'io.seats:seatsio-android:12.2.0'
}
// pom.xml
<dependency>
<groupId>io.seats</groupId>
<artifactId>seatsio-android</artifactId>
<version>12.1.0</version>
<version>12.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion seatsio-android-component/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

apply plugin: 'com.android.library'
group = 'io.seats'
version = '12.1.0'
version = '12.2.0'

android {
compileSdkVersion 33
Expand Down

0 comments on commit 71b0db8

Please sign in to comment.