From 2fc33875bb20c09d1f20dbca6b631ca5fd043906 Mon Sep 17 00:00:00 2001 From: Mykola Baibuz Date: Fri, 27 Oct 2023 15:38:24 -0400 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- client/android/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e7be435..abb382cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR) set(PROJECT AmneziaVPN) -project(${PROJECT} VERSION 4.0.8.6 +project(${PROJECT} VERSION 4.1.0.0 DESCRIPTION "AmneziaVPN" HOMEPAGE_URL "https://amnezia.org/" ) diff --git a/client/android/build.gradle b/client/android/build.gradle index a6b3f651..3819a4fe 100644 --- a/client/android/build.gradle +++ b/client/android/build.gradle @@ -138,8 +138,8 @@ android { resConfig "en" minSdkVersion = 24 targetSdkVersion = 34 - versionCode 37 // Change to a higher number - versionName "4.0.8" // Change to a higher number + versionCode 39 // Change to a higher number + versionName "4.1.0" // Change to a higher number javaCompileOptions.annotationProcessorOptions.arguments = [ "room.schemaLocation": "${qtAndroidDir}/schemas".toString()