From 078a476d78f8033912909070bd3d3e110dc3746b Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 29 Dec 2020 19:51:58 +0100 Subject: [PATCH] Update pom.template.xml and pom.template.xml --- src/main/jni-project-src/pom.template.xml | 2 +- src/main/tdapi-project-src/pom.template.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/jni-project-src/pom.template.xml b/src/main/jni-project-src/pom.template.xml index 6f23c26..c4b87f4 100644 --- a/src/main/jni-project-src/pom.template.xml +++ b/src/main/jni-project-src/pom.template.xml @@ -2,7 +2,7 @@ 4.0.0 it.tdlight ${IMPLEMENTATION_NAME}-natives-${OPERATING_SYSTEM_NAME}-${CPU_ARCHITECTURE_NAME} - 3.1.${revision} + 3.2.${revision} ${IMPLEMENTATION_NAME} natives for ${OPERATING_SYSTEM_NAME} (${CPU_ARCHITECTURE_NAME}) jar diff --git a/src/main/tdapi-project-src/pom.template.xml b/src/main/tdapi-project-src/pom.template.xml index 62b7d56..6ad3ea9 100644 --- a/src/main/tdapi-project-src/pom.template.xml +++ b/src/main/tdapi-project-src/pom.template.xml @@ -2,7 +2,7 @@ 4.0.0 it.tdlight ${IMPLEMENTATION_NAME}-api - 3.1.${revision} + 3.2.${revision} ${IMPLEMENTATION_NAME} API jar