Skip to content

Commit

Permalink
Fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Jul 20, 2018
1 parent 00ebe69 commit 8fb5bbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The Icon popup attribute group contains values for **_isEnabled**, **_classes**,
No known limitations.

----------------------------
**Version number:** 2.1.9
**Version number:** 2.2.0
**Framework versions supported:** 2.0.4
**Author / maintainer:** DeltaNet with [contributors](https://github.com/deltanet/adapt-icon-popup/graphs/contributors)
**Accessibility support:** Yes
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-icon-popup",
"version": "2.1.9",
"version": "2.2.0",
"framework": "^2.0.4",
"homepage": "https://github.com/deltanet/adapt-icon-popup",
"issues": "https://github.com/deltanet/adapt-icon-popup/issues",
Expand Down
12 changes: 6 additions & 6 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
"type": "string",
"required": false,
"default": "",
"title": "Item URL",
"inputType": "Text",
"title": "URL Link",
"inputType": "Asset:other",
"validators": [],
"help": "If item type is set to URL, specify the link here."
}
Expand Down Expand Up @@ -527,8 +527,8 @@
"type": "string",
"required": false,
"default": "",
"title": "Item URL",
"inputType": "Text",
"title": "URL Link",
"inputType": "Asset:other",
"validators": [],
"help": "If item type is set to URL, specify the link here."
}
Expand Down Expand Up @@ -789,8 +789,8 @@
"type": "string",
"required": false,
"default": "",
"title": "Item URL",
"inputType": "Text",
"title": "URL Link",
"inputType": "Asset:other",
"validators": [],
"help": "If item type is set to URL, specify the link here."
}
Expand Down

0 comments on commit 8fb5bbd

Please sign in to comment.