Skip to content

Commit

Permalink
Release version 1.3.0 build 5
Browse files Browse the repository at this point in the history
* Only request notification permission if needed
* Start on main screen using React Navigation stack navigator
* Prefer line notify_level over tags when updating hotlist count
* Use stable line ID to show last read line marker
* Only animate bottom bar when showing tab button
  • Loading branch information
mhoran committed Dec 10, 2024
1 parent 9922071 commit 43147ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
}
]
},
buildNumber: '4'
buildNumber: '5'
},
android: {
package: IS_DEV ? 'com.matthoran.weechatrn.dev' : 'com.matthoran.weechatrn'
Expand Down

0 comments on commit 43147ed

Please sign in to comment.