Skip to content

Commit 3ea6c0d

Browse files
chore(release): 1.1.1
## [1.1.1](v1.1.0...v1.1.1) (2025-10-27) ### Bug Fixes * release version 1.1.1 ([#91](#91)) ([1f60045](1f60045)), closes [#90](#90) [#90](#90) [#92](#92) [#92](#92) [#93](#93) [#93](#93)
1 parent 1f60045 commit 3ea6c0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/SC4SNMP_UI_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
load_dotenv()
1010

11-
__version__ = "1.1.1-beta.3"
11+
__version__ = "1.1.1"
1212

1313
MONGO_URI = os.getenv("MONGO_URI")
1414
mongo_client = MongoClient(MONGO_URI)

frontend/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "^6.6.2",
3-
"version": "1.1.1-beta.3",
3+
"version": "1.1.1",
44
"command": {
55
"publish": {
66
"ignoreChanges": ["*.md"]

frontend/packages/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/manager",
3-
"version": "1.1.1-beta.3",
3+
"version": "1.1.1",
44
"license": "UNLICENSED",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --bail --config demo/webpack.standalone.config.js",

0 commit comments

Comments
 (0)