Skip to content

Commit

Permalink
feat: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Dec 21, 2024
1 parent af02a7f commit 1809421
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SpoofVersionPatch : BytecodePatch(
private var grindrVersion =
stringPatchOption(
key = "grindr-version",
default = "24.17.1",
default = "24.19.0",
title = "Grindr version",
description = "The grindr version to spoof.",
required = true,
Expand All @@ -49,7 +49,7 @@ class SpoofVersionPatch : BytecodePatch(
private var grindrVersionIdentifier =
stringPatchOption(
key = "grindr-version-identifier",
default = "131488",
default = "132462",
title = "Grindr version identifier",
description = "The grindr version identifier to spoof.",
required = true,
Expand Down

0 comments on commit 1809421

Please sign in to comment.