Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
k-samuel committed Oct 29, 2019
1 parent 3c16f9f commit 5697853
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dvelum/module-designer",
"version": "1.5.2",
"version": "1.5.3",
"type": "dvelum-module",
"description": "Designer module for DVelum",
"keywords": ["dvelum","designer"],
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'id' => 'dvelum-module-designer',
'version' => '1.5.2',
'version' => '1.5.3',
'author' => 'Kirill Yegorov',
'name' => 'DVelum Designer',
'configs' => './configs',
2 changes: 1 addition & 1 deletion configs/versions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
return [
'designer' => '1.5.1'
'designer' => '1.5.3'
];

0 comments on commit 5697853

Please sign in to comment.