Bumped version number

This commit is contained in:
markseu 2022-05-08 10:18:23 +02:00
parent 070c97afa0
commit 75e1d7b523
5 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View file

@ -2,7 +2,7 @@
// Markdown extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/markdown
class YellowMarkdown {
const VERSION = "0.8.19";
const VERSION = "0.8.20";
public $yellow; // access to API
// Handle initialisation

View file

@ -2,7 +2,7 @@
// Meta extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/meta
class YellowMeta {
const VERSION = "0.8.14";
const VERSION = "0.8.15";
public $yellow; // access to API
// Handle initialisation

View file

@ -86,21 +86,21 @@ media/downloads/yellow.pdf: yellow.pdf, create
./robots.txt: robots.txt, create
Extension: Markdown
Version: 0.8.19
Version: 0.8.20
Description: Text formatting for humans.
DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/markdown
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/markdown.zip
Published: 2022-01-20 17:20:03
Published: 2022-05-08 10:09:30
Developer: Datenstrom
Tag: feature
system/extensions/markdown.php: markdown.php, create, update
Extension: Meta
Version: 0.8.14
Version: 0.8.15
Description: Meta data for social media sites.
DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/meta
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/meta.zip
Published: 2020-07-26 16:03:37
Published: 2022-05-08 10:08:53
Developer: Datenstrom, Steffen Schultz
Tag: feature
system/extensions/meta.php: meta.php, create, update