Browse Source

Update manifest RPJVisualizer to 2.1.3

pull/785/head
Andrew Belt 2 years ago
parent
commit
00cd0d5cda
2 changed files with 10 additions and 8 deletions
  1. +1
    -1
      manifests-cache.json
  2. +9
    -7
      manifests/RPJVisualizer.json

+ 1
- 1
manifests-cache.json View File

@@ -11448,7 +11448,7 @@
} }
}, },
"RPJVisualizer": { "RPJVisualizer": {
"buildTimestamp": 1665289443.9279685,
"buildTimestamp": 1666032031.868208,
"creationTimestamp": 1664892729.2148025, "creationTimestamp": 1664892729.2148025,
"modules": { "modules": {
"LFMFull": { "LFMFull": {


+ 9
- 7
manifests/RPJVisualizer.json View File

@@ -1,32 +1,34 @@
{ {
"slug": "RPJVisualizer", "slug": "RPJVisualizer",
"name": "RPJ Visualizer", "name": "RPJ Visualizer",
"version": "2.1.0",
"version": "2.1.3",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "RPJ", "brand": "RPJ",
"author": "Robert Kock", "author": "Robert Kock",
"authorEmail": "robert.kock@gmail.com", "authorEmail": "robert.kock@gmail.com",
"authorUrl": "", "authorUrl": "",
"pluginUrl": "", "pluginUrl": "",
"manualUrl": "https://github.com/kockie69/RPJ/blob/v2/docs/lowfatmilk.md",
"manualUrl": "https://github.com/kockie69/Visualizer/blob/main/docs/lowfatmilk.md",
"sourceUrl": "https://github.com/kockie69/Visualizer", "sourceUrl": "https://github.com/kockie69/Visualizer",
"donateUrl": "https://paypal.me/RPJVCV", "donateUrl": "https://paypal.me/RPJVCV",
"changelogUrl": "https://github.com/kockie69/RPJ/blob/v2/CHANGELOG2.md",
"changelogUrl": "https://github.com/kockie69/Visualizer/blob/main/CHANGELOG.md",
"modules": [ "modules": [
{ {
"slug": "LFMFull", "slug": "LFMFull",
"name": "LFMFull", "name": "LFMFull",
"description": "Psycho visualizer",
"description": "Psycho visualizer, shown in a separate display. \nBased on ProjectM, this module uses MilkDrop/Winamp presets.",
"tags": [ "tags": [
"Utilities"
"Utility",
"Visual"
] ]
}, },
{ {
"slug": "LFMEmbedded", "slug": "LFMEmbedded",
"name": "LFMEmbedded", "name": "LFMEmbedded",
"description": "Psycho visualizer",
"description": "Psycho visualizer, shown in an embedded display. \nBased on ProjectM, this module uses MilkDrop/Winamp presets.",
"tags": [ "tags": [
"Utilities"
"Utility",
"Visual"
] ]
} }
] ]

Loading…
Cancel
Save