diff --git a/docs/pages/store/reference/misc.mdx b/docs/pages/store/reference/misc.mdx index 6d39d846aa..abae9a77b9 100644 --- a/docs/pages/store/reference/misc.mdx +++ b/docs/pages/store/reference/misc.mdx @@ -2708,5 +2708,5 @@ Contains a constant representing the version of the Store protocol. _Identifier for the current Store protocol version._ ```solidity -bytes32 constant STORE_VERSION = "2.0.1"; +bytes32 constant STORE_VERSION = "2.0.2"; ``` diff --git a/docs/pages/world/reference/misc.mdx b/docs/pages/world/reference/misc.mdx index f243fec51a..be7eea5f25 100644 --- a/docs/pages/world/reference/misc.mdx +++ b/docs/pages/world/reference/misc.mdx @@ -104,5 +104,5 @@ Contains a constant representing the version of the World protocol. _Identifier for the current World protocol version._ ```solidity -bytes32 constant WORLD_VERSION = "2.0.1"; +bytes32 constant WORLD_VERSION = "2.0.2"; ```