diff options
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py index 0ca0005..1f82f88 100644 --- a/packages/meshbay-common/src/meshbay_common/__init__.py +++ b/packages/meshbay-common/src/meshbay_common/__init__.py @@ -49,5 +49,8 @@ __version__ = "0.7.0" # *set*, replaced whole in one signed op — a photo library is routinely # scattered across several folders, not one. Additive: an older client # never sends the op and never expects either field. -MNP_VERSION = "0.11" +# 0.12: added `link_preview_req`/`link_preview_resp` — the node unfurls a URL +# pasted in chat into an OpenGraph card. Additive: an older node logs "unknown +# type" and the client just shows the bare link, as it always did. +MNP_VERSION = "0.12" MHP_VERSION = "0.1" |