synapse guest module: set version to 1.0.0
as opposed to picking up from where upstream left off at 2.0.0. (Note that CHANGELOG.md was already at 1.0.0.)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@element-hq/synapse-guest-module",
|
"name": "@element-hq/synapse-guest-module",
|
||||||
"version": "2.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A synapse module to restrict the actions of guests",
|
"description": "A synapse module to restrict the actions of guests",
|
||||||
"author": "New Vector Ltd.",
|
"author": "New Vector Ltd.",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = synapse_guest_module
|
|||||||
description = A synapse module to restrict the actions of guests
|
description = A synapse module to restrict the actions of guests
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
version = 2.0.0
|
version = 1.0.0
|
||||||
|
|
||||||
classifiers =
|
classifiers =
|
||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
|
|||||||
Reference in New Issue
Block a user