From d6736e1e04ac0d16d5d4c9f744ce496469a73c36 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 23 Jul 2019 15:37:00 -0400 Subject: [PATCH] Update build for MyLittleTools --- manifests/MyLittleTools.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/manifests/MyLittleTools.json b/manifests/MyLittleTools.json index 7f420e03..4c3042d0 100644 --- a/manifests/MyLittleTools.json +++ b/manifests/MyLittleTools.json @@ -1,20 +1,28 @@ { "slug": "MyLittleTools", "name": "MyLittleTools", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "author": "digitalhappens.de", "authorEmail": "vandelay@digitalhappens.de", "authorUrl": "https://github.com/digitalhappens", "pluginUrl": "https://github.com/digitalhappens/MyLittleTools", - "manualUrl": "https://github.com/digitalhappens/MyLittleTools", + "manualUrl": "https://www.youtube.com/watch?v=BCSQwT4ZiHU", "sourceUrl": "https://github.com/digitalhappens/MyLittleTools", - "donateUrl": "", + "donateUrl": "https://paypal.me/digitalhappens", "modules": [ { "slug": "MyLittleFavorites", "name": "MyLittleFavorites", - "description": "favorite module handling", + "description": "favorite module handling, with state saving and loading", + "tags": [ + "utility" + ] + }, + { + "slug": "MyLittleTags", + "name": "MyLittleTags", + "description": "browse modules by tags the old way (without screenshots)", "tags": [ "utility" ]