diff --git a/README.md b/README.md index 881b8938a..6170ccdef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Diaguard -[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Release](https://img.shields.io/badge/Release-3.4.3-478063.svg)](https://play.google.com/store/apps/details?id=com.faltenreich.diaguard) +[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Release](https://img.shields.io/badge/Release-3.4.4-478063.svg)](https://play.google.com/store/apps/details?id=com.faltenreich.diaguard) [![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) diff --git a/app/build.gradle b/app/build.gradle index 31d92c22e..d0aeca415 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 29 - versionCode 41 - versionName "3.4.3" + versionCode 42 + versionName "3.4.4" vectorDrawables.useSupportLibrary = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }