From 673bda4515eb554d726165ae3d4c6c18af38979d Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Mon, 10 Feb 2025 15:04:35 -0500 Subject: [PATCH] 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.) --- modules/restricted-guests/synapse/package.json | 2 +- modules/restricted-guests/synapse/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/restricted-guests/synapse/package.json b/modules/restricted-guests/synapse/package.json index f166cec809..00d2345ef8 100644 --- a/modules/restricted-guests/synapse/package.json +++ b/modules/restricted-guests/synapse/package.json @@ -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.", diff --git a/modules/restricted-guests/synapse/setup.cfg b/modules/restricted-guests/synapse/setup.cfg index a810e40931..8eeff887b1 100644 --- a/modules/restricted-guests/synapse/setup.cfg +++ b/modules/restricted-guests/synapse/setup.cfg @@ -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