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:
Andrew Ferrazzutti
2025-02-10 15:04:35 -05:00
parent 65d75c3779
commit 673bda4515
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
{
"name": "@element-hq/synapse-guest-module",
"version": "2.0.0",
"version": "1.0.0",
"private": true,
"description": "A synapse module to restrict the actions of guests",
"author": "New Vector Ltd.",
+1 -1
View File
@@ -3,7 +3,7 @@ name = synapse_guest_module
description = A synapse module to restrict the actions of guests
long_description = file: README.md
long_description_content_type = text/markdown
version = 2.0.0
version = 1.0.0
classifiers =
License :: OSI Approved :: Apache Software License