From 9ac126525ceda9e3f66c555314996d7dfded1cec Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 20 Jan 2024 00:24:41 +0100 Subject: release: v0.39 --- app/build.gradle | 6 +++--- changelog.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index df23010..03d5fc1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ /* * Tinc App, an Android binding and user interface for the tinc mesh VPN daemon - * Copyright (C) 2017-2023 Pacien TRAN-GIRARD + * Copyright (C) 2017-2024 Pacien TRAN-GIRARD * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -37,8 +37,8 @@ android { minSdkVersion 21 targetSdkVersion 33 multiDexEnabled true - versionCode 38 - versionName '0.38' + versionCode 39 + versionName '0.39' ndk { abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' } diff --git a/changelog.md b/changelog.md index 8b17f91..93f5a0c 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ This file lists notable changes that have been made to the application on each release. Releases are tracked and referred to using git tags. -## v0.39 -- (next release) +## v0.39 -- 2024-01-20 - fix permissions for newly created or joined network host and key files ## v0.38 -- 2023-07-30 -- cgit v1.2.3