diff --git a/README.md b/README.md index 611d0f0..92ef720 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ Plus Code to iOS-Shortcuts-like shareable text ```text $ surplus 9R3J+R9 Singapore -surplus version 1.1.1 +surplus version 1.1.2 Thomson Plaza -301 Upper Thomson Road, Bishan +301 Upper Thomson Road Sin Ming, Bishan 574408 Central, Singapore diff --git a/pyproject.toml b/pyproject.toml index 13ac65f..6f4a01c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "surplus" -version = "1.1.1" +version = "1.1.2" description = "Plus Code to iOS-Shortcuts-like shareable text" authors = ["Mark Joshwel "] license = "Unlicence" diff --git a/surplus.py b/surplus.py index 3f52217..5822302 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, 1) +VERSION: Final[tuple[int, int, int]] = (1, 1, 2) class Localcode(NamedTuple):