Skip to content

Commit

Permalink
Primal 0.99.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed May 8, 2024
1 parent 756ddc7 commit 4d4d2de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {
applicationId = "net.primal.android"
minSdk = 26
targetSdk = 34
versionCode = 121
versionName = "0.99.0"
versionCode = 122
versionName = "0.99.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/github/release-notes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- Implemented user tagging in new notes and replies.

## Fixes
- Fixed opening profile screen from DM conversations on avatar tap
- Fixed opening profile screen from DM conversations on avatar tap.

0 comments on commit 4d4d2de

Please sign in to comment.