diff --git a/app.json b/app.json index dce73fc..9063466 100644 --- a/app.json +++ b/app.json @@ -5,7 +5,7 @@ "slug": "react-native-manga-reader-app", "privacy": "public", "sdkVersion": "33.0.0", - "version": "0.2.1", + "version": "0.2.2", "platforms": [ "ios", "android" diff --git a/package-lock.json b/package-lock.json index 6a8c331..eeecc9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-manga-reader-app", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 63c1fd0..ab380e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-manga-reader-app", "description": "A React Native / Expo app for cross-platform manga reading", - "version": "0.2.1", + "version": "0.2.2", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start",