diff options
author | Ansh <anshnanda10@gmail.com> | 2023-11-26 13:46:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 13:46:31 -0800 |
commit | 0079030244092aaef4a40c37e457ef693f19e593 (patch) | |
tree | 6ce8621eb380e114a2bffd9d5cdff40482497f5f /app.config.js | |
parent | 08355e516632852540f44b089a0b31a3ffed802b (diff) | |
download | voidsky-0079030244092aaef4a40c37e457ef693f19e593.tar.zst |
create build v1.57 (#2000)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index 1c63a2000..acb3ff645 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ module.exports = function () { slug: 'bluesky', scheme: 'bluesky', owner: 'blueskysocial', - version: '1.56.0', + version: '1.57.0', runtimeVersion: { policy: 'appVersion', }, |