From e1aad0513ad4d0f59aa1d65541256e239de6f350 Mon Sep 17 00:00:00 2001 From: Lennart Heinrich Date: Mon, 1 Apr 2024 00:16:16 +0200 Subject: [PATCH] change version --- SECURITY.md | 6 +----- etopan-app/app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 80c62b3..cf51563 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,11 +6,7 @@ Currently supported with security updates. | Version | Supported | | ------- | ------------------ | -| 1.1.x | :white_check_mark: | -| 1.0.x | :x: | -| 0.1.x | :x: | -| 0.0.x | :x: | -| 0.0.x-beta | :x: | +| 1.2.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/etopan-app/app/build.gradle b/etopan-app/app/build.gradle index ee3520f..08ed6ee 100644 --- a/etopan-app/app/build.gradle +++ b/etopan-app/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "de.ltheinrich.etopa" minSdkVersion 24 targetSdk 34 - versionCode 28 - versionName "1.1.0" + versionCode 29 + versionName "1.2.0" resourceConfigurations += ['en', 'de', 'ru', 'es', 'pt', 'fr'] }