diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-02 14:20:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 14:20:19 -0500 |
commit | cc7b2a246ec5071f02bc81090b63b073b3d3614b (patch) | |
tree | abc7378ab4a03c31e7d905d257166fdf2092d556 /app.json | |
parent | 14965d4d97aa51e189d06e8f3aebac6cbed49e82 (diff) | |
download | voidsky-cc7b2a246ec5071f02bc81090b63b073b3d3614b.tar.zst |
Lex refactor fixes (#368)
* Fix: handle validation failures correctly in feed-view * Fix: convert the off-spec feed view to lex objects * Fix to fetching all follows during init * Bump @atproto/api@0.2.1 * Fix: properly group together like notifications * 1.12
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json index 0e5bb2e03..bc0483c26 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "bluesky", "slug": "bluesky", - "version": "1.11.0", + "version": "1.12.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", |