Skip to content

Commit 2c65139

Browse files
authored
Merge pull request #2 from xtophe38/master
Correct typo in assets directory name
2 parents d7a9b7f + 8b6d81b commit 2c65139

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Be sure to enable the extension during setup.
1212

1313
### Display
1414

15-
![Display icon](asset/img/icons8-display.svg) Parent: `PhysicalDevice`
15+
![Display icon](assets/img/icons8-display.svg) Parent: `PhysicalDevice`
1616

1717
* Size _(Integer)_ Size of the display in inches
1818
* Type _(ExternalKey)_ [DisplayType](#displaytype)

module.sv-display-mgmt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
SetupWebPage::AddModule(
77
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
8-
'sv-display-mgmt/1.2.0',
8+
'sv-display-mgmt/1.2.1',
99
array(
1010
// Identification
1111
//

0 commit comments

Comments
 (0)