Skip to content

Commit

Permalink
version bump, because it wasn't done correctly before :/
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrrv committed Aug 9, 2024
1 parent ba98c64 commit c613538
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DigSig.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Plugin URI: https://github.com/tenthpres/digsig
GitHub Plugin URI: https://github.com/tenthpres/digsig
Description: A WordPress Plugin for Digital Signage
Version: 1.0.3
Version: 1.0.5
Author: James K
Author URI: https://github.com/jkrrv
License: MIT
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Digital Signage powered by WordPress",
"type": "wordpress-plugin",
"license": "MIT",
"version": "1.0.5",
"config": {
"optimize-autoloader": true
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digsig",
"version": "1.0.3",
"version": "1.0.5",
"description": "Dig(ital) Sig(nage) Build Procedure",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/DigSig/DigSig.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DigSig
/**
* Version number
*/
public const VERSION = "1.0.3";
public const VERSION = "1.0.5";

public const DEBUG = false;

Expand Down

0 comments on commit c613538

Please sign in to comment.