diff --git a/README.md b/README.md index 7901b9f..e9c48de 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ To run the tests a simple `# npm test` command in the root directory will suffic ## License -Copyright 2017-2026 Staffbase GmbH. +Copyright 2017-2026 Staffbase SE. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 @@ -190,10 +190,10 @@ Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/
-
+
|
- Staffbase GmbH
+ Staffbase SE
Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: jobs.staffbase.com GitHub | Website | Jobs |
diff --git a/docSrc/sections/footer.tpl b/docSrc/sections/footer.tpl
index 2c77323..b9a2455 100644
--- a/docSrc/sections/footer.tpl
+++ b/docSrc/sections/footer.tpl
@@ -1,10 +1,10 @@
-
+
|
- Staffbase GmbH
+ Staffbase SE
Staffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: jobs.staffbase.com GitHub | Website | Jobs |
diff --git a/docSrc/sections/license.tpl b/docSrc/sections/license.tpl
index c219247..5c4a3bf 100644
--- a/docSrc/sections/license.tpl
+++ b/docSrc/sections/license.tpl
@@ -1,3 +1,3 @@
-Copyright 2017-2026 Staffbase GmbH.
+Copyright 2017-2026 Staffbase SE.
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
diff --git a/package-lock.json b/package-lock.json
index 485208b..4453846 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@staffbase/staffbase-plugin-sdk",
- "version": "1.3.7",
+ "version": "1.3.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@staffbase/staffbase-plugin-sdk",
- "version": "1.3.7",
+ "version": "1.3.8",
"license": "ISC",
"dependencies": {
"jsonwebtoken": "^9.0.0",
diff --git a/package.json b/package.json
index 8804f53..8d62e12 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@staffbase/staffbase-plugin-sdk",
- "version": "1.3.7",
+ "version": "1.3.8",
"description": "Staffbase Plugin SDK for Javascript / Node.js",
"main": "./dist/index.js",
"scripts": {