Skip to content
This repository was archived by the owner on Mar 8, 2026. It is now read-only.

Commit fbc6514

Browse files
committed
Updating new repo location
1 parent 0339951 commit fbc6514

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lifecycle_manager.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(self, plugins_base_dir: str = None):
101101
self.plugin_data = {
102102
"name": "ServiceExample_Settings",
103103
"description": "Simple example demonstrating Settings Service usage for configuration management",
104-
"version": "1.0.0",
104+
"version": "1.0.1",
105105
"type": "frontend",
106106
"icon": "Settings",
107107
"category": "examples",
@@ -116,8 +116,8 @@ def __init__(self, plugins_base_dir: str = None):
116116
"plugin_slug": "ServiceExample_Settings",
117117
# Update tracking fields (matching plugin model)
118118
"source_type": "github",
119-
"source_url": "https://github.com/DJJones66/ServiceExample_Settings",
120-
"update_check_url": "https://api.github.com/repos/DJJones66/ServiceExample_Settings/releases/latest",
119+
"source_url": "https://github.com/BrainDriveAI/BrainDrive-Settings-Service-Bridge-Example-Plugin",
120+
"update_check_url": "https://api.github.com/repos/BrainDriveAI/BrainDrive-Settings-Service-Bridge-Example-Plugin/releases/latest",
121121
"last_update_check": None,
122122
"update_available": False,
123123
"latest_version": None,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "service-example-settings",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "BrainDrive Settings Service Example - Demonstrates Settings Service usage for configuration management",
55
"main": "dist/remoteEntry.js",
66
"scripts": {

0 commit comments

Comments
 (0)