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