diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index 2027ccf6..2500156b 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -7,7 +7,7 @@ "sourceUrl": "https://github.com/sebastien-bouffier/Bidoo", "donateUrl": "https://paypal.me/sebastienbouffier", "repoVersion": "0.6.19", - "buildTimestamp": 1538021997, - "latestVersion": "0.6.18", + "buildTimestamp": 1539460094, + "latestVersion": "0.6.19", "status": "available" -} +} \ No newline at end of file diff --git a/manifests/DHE-Modules.json b/manifests/DHE-Modules.json index 272cb407..d6ac9566 100644 --- a/manifests/DHE-Modules.json +++ b/manifests/DHE-Modules.json @@ -6,8 +6,8 @@ "manualUrl": "https://dhemery.github.io/DHE-Modules/", "sourceUrl": "https://github.com/dhemery/DHE-Modules/", "donateUrl": "https://paypal.me/DaleHEmery/", - "latestVersion": "0.6.1", + "latestVersion": "0.6.2", "repoVersion": "0.6.2", "status": "available", - "buildTimestamp": 1531096320 -} + "buildTimestamp": 1539538829 +} \ No newline at end of file diff --git a/scripts/build_updates.py b/scripts/build_updates.py index fbe6d699..0990b42c 100644 --- a/scripts/build_updates.py +++ b/scripts/build_updates.py @@ -61,7 +61,8 @@ build_plugin.system("cd ../downloads && make upload") # Commit repository build_plugin.system("git add -u") build_plugin.system("git commit -m 'Update builds'") -build_plugin.system("git push") +# build_plugin.system("git push") +print("Remember to `git push`") print()