Skip to content

Commit

Permalink
Merge pull request #26 from deltanet/issue/#25
Browse files Browse the repository at this point in the history
Fixes issue #25 and bump version
  • Loading branch information
dancgray authored Dec 19, 2016
2 parents aa70781 + cc55378 commit 9a7006c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-hotgrid-audio",
"version": "2.0.14",
"version": "2.0.15",
"framework": "^2.0.4",
"homepage": "https://github.com/deltanet/adapt-hotgrid-audio",
"displayName": "Hotgrid Audio",
Expand Down
4 changes: 2 additions & 2 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"required":false,
"default": "",
"title": "Item Popup Body",
"inputType": "Text",
"inputType": "TextArea",
"validators": [],
"help": "This is the body text for a grid item pop-up.",
"translatable": true
Expand All @@ -84,7 +84,7 @@
"required":false,
"default": "",
"title": "Item Popup Body - Reduced Text",
"inputType": "Text",
"inputType": "TextArea",
"validators": [],
"help": "This is the body text for a grid item pop-up when reduced text is shown.",
"translatable": true
Expand Down

0 comments on commit 9a7006c

Please sign in to comment.