Bump version to 3.1.0

This commit is contained in:
Óscar García Amor 2022-02-15 09:50:25 +01:00
parent 9581a17bd9
commit e2ddb35ce3
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,4 @@
Enhancements
- #683: Rewrite the about and remove the webview.
- #685: Server coloring feature.

View File

@ -0,0 +1,4 @@
Mejoras
- #683: Reescribir el acerca de y eliminar el webview.
- #685: Posibilidad de seleccionar el color del servidor.

View File

@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 100
versionName "3.0.1"
versionCode 101
versionName "3.1.0"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk