Skip to content

Commit 2e2a5b5

Browse files
committed
Change version number on example plugins
1 parent 6878094 commit 2e2a5b5

54 files changed

Lines changed: 54 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/js/action-buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-buttons",
3-
"version": "0.3.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"build": "owncast-plugin build",

examples/js/action-buttons/plugin.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api": "1",
33
"name": "Custom Action Buttons Example",
44
"slug": "action-buttons",
5-
"version": "0.3.0",
5+
"version": "0.1.0",
66
"description": "Manifest-declared action buttons plus an admin page that renames them at runtime via a custom API backed by plugin config.",
77
"permissions": [
88
"ui.modify",

examples/js/admin-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-demo",
3-
"version": "0.3.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"build": "owncast-plugin build",

examples/js/admin-demo/plugin.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api": "1",
33
"name": "Example Admin Demo",
44
"slug": "admin-demo",
5-
"version": "0.3.0",
5+
"version": "0.1.0",
66
"description": "Demonstrates admin UI integration, a public landing page plus an admin-gated settings panel and API",
77
"permissions": [
88
"http.serve",

examples/js/announcer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "announcer",
3-
"version": "0.3.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"build": "owncast-plugin build",

examples/js/announcer/plugin.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api": "1",
33
"name": "Example Announcer",
44
"slug": "announcer",
5-
"version": "0.3.0",
5+
"version": "0.1.0",
66
"description": "Handles announcement.broadcast events",
77
"permissions": []
88
}

examples/js/buggy-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buggy-filter",
3-
"version": "0.3.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"build": "owncast-plugin build",

examples/js/buggy-filter/plugin.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api": "1",
33
"name": "Example Buggy Filter (demo)",
44
"slug": "buggy-filter",
5-
"version": "0.3.0",
5+
"version": "0.1.0",
66
"description": "Always throws, exercises fail-open behavior",
77
"permissions": [
88
"chat.filter"

examples/js/chat-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chat-logger",
3-
"version": "0.3.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"build": "owncast-plugin build",

examples/js/chat-logger/plugin.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api": "1",
33
"name": "Example Chat Logger",
44
"slug": "chat-logger",
5-
"version": "0.3.0",
5+
"version": "0.1.0",
66
"description": "Logs every chat message via console.log (host stderr)",
77
"permissions": []
88
}

0 commit comments

Comments
 (0)