diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f7da54278..b568c04d4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -60,8 +60,8 @@ android { applicationId = "net.primal.android" minSdk = 26 targetSdk = 34 - versionCode = 136 - versionName = "0.100.8" + versionCode = 137 + versionName = "1.0.2" 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 4ef4192a1..250c44c6e 100644 --- a/app/src/main/github/release-notes/github.md +++ b/app/src/main/github/release-notes/github.md @@ -1,5 +1,7 @@ ## Features - Reordering feeds; +- Progress while uploading media attachments. +- Take photo on note editor and threads screens. ## Fixes - Stability fixes; \ 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 b9df34a13..ad714c45c 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,4 @@ -Reordering feeds and stability fixes. \ No newline at end of file +Reordering feeds. +Stability fixes. +Progress while uploading. +Take photo. \ No newline at end of file