diff --git a/android/app/build.gradle b/android/app/build.gradle index d6a163e..f6ae152 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -79,8 +79,8 @@ android { applicationId "com.micahlindley.offsides" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 22 - versionName "0.5.5" + versionCode 23 + versionName "0.5.6" } signingConfigs { debug { diff --git a/android/app/release/app-release.apk b/android/app/release/app-release.apk index efed438..db32e21 100644 Binary files a/android/app/release/app-release.apk and b/android/app/release/app-release.apk differ diff --git a/android/app/release/output-metadata.json b/android/app/release/output-metadata.json index 55e5746..88e9c3b 100644 --- a/android/app/release/output-metadata.json +++ b/android/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 22, - "versionName": "0.5.5", + "versionCode": 23, + "versionName": "0.5.6", "outputFile": "app-release.apk" } ], diff --git a/docs/latest.json b/docs/latest.json index 60935f5..fb3e7f4 100644 --- a/docs/latest.json +++ b/docs/latest.json @@ -1,3 +1,3 @@ { - "latestVersion": "0.5.5" + "latestVersion": "0.5.6" } diff --git a/package-lock.json b/package-lock.json index 5f8365f..36c1ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "offsides", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "offsides", - "version": "0.5.5", + "version": "0.5.6", "dependencies": { "@devvie/bottom-sheet": "^0.3.0", "@pchmn/expo-material3-theme": "^1.3.2", diff --git a/package.json b/package.json index f111f6a..a53cc94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "offsides", - "version": "0.5.5", + "version": "0.5.6", "private": true, "scripts": { "android": "react-native run-android", diff --git a/src/components/Comment.jsx b/src/components/Comment.jsx index c0e6e23..6f1d583 100644 --- a/src/components/Comment.jsx +++ b/src/components/Comment.jsx @@ -180,6 +180,7 @@ function Comment({ comment, nav }) { mode: 'comment', postID: comment.parent_post_id, replyID: comment.id, + groupID: comment.group.id, }) }> Reply diff --git a/src/screens/MyProfileScreen.jsx b/src/screens/MyProfileScreen.jsx index 2931865..6dd69d8 100644 --- a/src/screens/MyProfileScreen.jsx +++ b/src/screens/MyProfileScreen.jsx @@ -94,7 +94,7 @@ function MyProfileScreen({ navigation }) { joined {timesago(updates.user.created_at)} - + - {updates.karma?.groups[0]?.yakarma} + {updates.karma.post} - + - {updates.karma.post} + {updates.karma.comment}