Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
petrozavodsky committed Apr 15, 2019
1 parent e39bfd5 commit 328a7c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/WordpressMagicBoilerplate/Base/Wrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

class Wrap {

public $version = '1.0.0';
public $version = '1.0.2';
public $css_patch = "public/css/";
public $js_patch = "public/js/";

private $defaults_vars = [
'css_patch' => "public/css/",
'js_patch' => "public/js/",
'version' => "1.0.0",
'version' => "1.0.2",
'min' => true
];

Expand Down
2 changes: 1 addition & 1 deletion core/WordpressMagicBoilerplate/Utils/ActivateWidgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ActivateWidgets {

use Assets;

private $version = '1.0.0';
private $version = '1.0.2';
private $space = false;
private $file;
private $css_patch = "public/css/";
Expand Down
2 changes: 1 addition & 1 deletion core/WordpressMagicBoilerplate/Utils/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait Assets {
private $defaults_vars = [
'css_patch' => "public/css/",
'js_patch' => "public/js/",
'version' => "1.0.0",
'version' => "1.0.2",
'min' => true
];

Expand Down
2 changes: 1 addition & 1 deletion src/WordpressMagicBoilerplate/Classes/MyClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function router() {
"Single-script",
"footer",
[ "jquery" ],
"1.0.0"
"1.0.2"
);
}
}
Expand Down

0 comments on commit 328a7c5

Please sign in to comment.