Skip to content

Commit 8239f3a

Browse files
committed
version incremented
1 parent 996c2d5 commit 8239f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Generated docs available [here](https://xit0c.github.io/mapbox-plugin-offline).
77
This plugin is published to [Maven Central](https://search.maven.org/artifact/io.github.xit0c/mapbox-plugin-offline).
88
Include it in your `build.gradle` file with
99
```gradle
10-
implementation 'io.github.xit0c:mapbox-plugin-offline:3.0.0'
10+
implementation 'io.github.xit0c:mapbox-plugin-offline:3.0.1'
1111
```
1212

1313
Note: older versions (`<= 2.2.3`) were published to Bintray's JCenter before its

mapboxpluginoffline/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion 14
1818
targetSdkVersion 30
1919
versionCode 1
20-
versionName '3.0.0'
20+
versionName '3.0.1'
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
archivesBaseName = "$archivesBaseName-$versionName"
2323
}

0 commit comments

Comments
 (0)