Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
amici-infotech committed Jun 29, 2024
1 parent d150ccb commit 844b8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amici/craft-super-pdf",
"description": "Create PDF files from html",
"version": "5.0.0",
"version": "5.0.1",
"type": "craft-plugin",
"keywords": ["craft", "cms", "craftcms", "craft-plugin","pdf", "amici", "dompdf", "twig-to-pdf", "create-pdf"],
"license": "proprietary",
Expand Down
2 changes: 1 addition & 1 deletion src/SuperPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SuperPdf extends Plugin

public static $app;
public static Plugin $plugin;
public string $schemaVersion = '5.0.0';
public string $schemaVersion = '5.0.1';
// public string $minVersionRequired = '1.0.0';
public bool $hasCpSection = false;
public bool $hasCpSettings = true;
Expand Down

0 comments on commit 844b8b1

Please sign in to comment.