diff --git a/docs/api.md b/docs/api.md index 89e1044..d4244a0 100644 --- a/docs/api.md +++ b/docs/api.md @@ -55,7 +55,7 @@ Returns server version for compatibility checking. **Example response:** ```json -{"version": "2.0.0"} +{"version": "2.1.0"} ``` ### `GET /api/status` diff --git a/frontend/index.html b/frontend/index.html index 32fe3a8..3d346ac 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -18,7 +18,7 @@
-

OTAMan SIM OTA with a Human Face v2.0.0

+

OTAMan SIM OTA with a Human Face v2.1.0

diff --git a/frontend/sw.js b/frontend/sw.js index 82cc430..7e1c982 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v122'; +const CACHE = 'otaman-v123'; const URLS = [ 'index.html', 'help.html', diff --git a/pyproject.toml b/pyproject.toml index 6001631..e1d8973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysim-otaman-server" -version = "2.0.0" +version = "2.1.0" description = "HTTP REST server wrapping pysim for the OTAMan PWA" requires-python = ">=3.8" # pysim is a git-only dependency installed explicitly by setup.bat/setup.sh. diff --git a/pysim_otaman_server/server.py b/pysim_otaman_server/server.py index b709b40..76539fc 100644 --- a/pysim_otaman_server/server.py +++ b/pysim_otaman_server/server.py @@ -19,7 +19,7 @@ from osmocom.construct import GsmOrUcs2Adapter from osmocom.tlv import BER_TLV_IE -VERSION = '2.0.0' +VERSION = '2.1.0' MAX_ENVELOPE_SEGMENTS = 5 # max SMS segments for outgoing C-APDU in ENVELOPE