diff --git a/README.md b/README.md index 92ef720..53c8d18 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Plus Code to iOS-Shortcuts-like shareable text ```text $ surplus 9R3J+R9 Singapore -surplus version 1.1.2 +surplus version 1.1.3 Thomson Plaza 301 Upper Thomson Road Sin Ming, Bishan diff --git a/surplus.py b/surplus.py index 25a4eed..e4fa654 100644 --- a/surplus.py +++ b/surplus.py @@ -40,7 +40,7 @@ from pluscodes import PlusCode # type: ignore from pluscodes.openlocationcode import recoverNearest # type: ignore from pluscodes.validator import Validator # type: ignore -VERSION: Final[tuple[int, int, int]] = (1, 1, 2) +VERSION: Final[tuple[int, int, int]] = (1, 1, 3) class Localcode(NamedTuple):