Skip to content

Commit f511bf0

Browse files
committed
bump ver and update readme with image update
1 parent f641555 commit f511bf0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ Attribute to set the ripple color on lollipop devices, it will fill the FAB on p
5555

5656
**icon** - required
5757

58-
Attribute to specify which icon to use for the FAB button. Currently this needs to be an image in the App_Resources folder.
59-
PRs welcome to enhance the icon/image functionality.
58+
Attribute to specify which icon to use for the FAB button, supports the same image source options that NativeScript images support.
6059

6160
### Contributors
6261

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-floatingactionbutton",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in an Android app.",
55
"main": "fab.js",
66
"nativescript": {

0 commit comments

Comments
 (0)