From 090bb03839537f1b63a983ca8137363d578eb5e4 Mon Sep 17 00:00:00 2001 From: Aleksandar Ilic Date: Mon, 20 May 2024 20:26:41 +0200 Subject: [PATCH] Primal 0.100.1 release --- app/build.gradle.kts | 4 ++-- app/src/main/github/release-notes/github.md | 3 ++- app/src/main/play/release-notes/en-US/default.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 553bd0331..6f839b7fe 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,8 +59,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 126 - versionName = "0.100.0" + versionCode = 127 + versionName = "0.100.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/github/release-notes/github.md b/app/src/main/github/release-notes/github.md index 2d198ef6f..5cad5b680 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,2 +1,3 @@ ## Features -- Video uploads. \ No newline at end of file +- Video uploads; +- Add image tags to notes; \ No newline at end of file diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index d4a47b1d5..ff4002a41 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1 @@ -Implemented video upload. \ No newline at end of file +Implemented video upload and added image tags to notes. \ No newline at end of file