diff --git a/package-lock.json b/package-lock.json index 702e369..89abb0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cyd-mobile", - "version": "1.0.19", + "version": "1.0.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cyd-mobile", - "version": "1.0.19", + "version": "1.0.20", "dependencies": { "@atproto/api": "^0.20.25", "@atproto/jwk": "^0.7.3", diff --git a/package.json b/package.json index a700c78..0565c2b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "cyd-mobile", "main": "expo-router/entry", - "version": "1.0.19", - "androidVersionCode": 16, + "version": "1.0.20", + "androidVersionCode": 17, "scripts": { "start": "expo start", "prebuild": "expo prebuild --clean",