Skip to content

Commit

Permalink
Release version 1.1.1
Browse files Browse the repository at this point in the history
Previously included in 1.1.0 build 3:
* Don't open drawer if there is a buffer open
* Fix bug when typing contractions

Newly released:
* Handle _buffer_cleared to fix duplicate lines
* Increase drawer swipe edge width
* Increase font size for BufferLine
* Install and configure expo-updates
  • Loading branch information
mhoran committed Feb 22, 2024
1 parent d29b0c7 commit 5037f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ios",
"android"
],
"version": "1.1.0",
"version": "1.1.1",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WeechatNative",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit 5037f9f

Please sign in to comment.