Skip to content

Commit e90de48

Browse files
committed
bump and fix readme
1 parent cace535 commit e90de48

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,7 @@ exports.fabTap = function(args) {
6969
| backColor | X | X | Sets the background color of the button | None
7070
| icon | X | X | Supports the same image source options that NativeScript images support | Required on android
7171
| rippleColor| X | | Ripple color on lollipop devices, it will fill the FAB on pre-lollipop devices | None
72-
73-
## NativeScript Compatibility
74-
75-
| NativeScript Version | FloatingActionButton Plugin Version |
76-
|----------------------|-------------------------------------|
77-
| 1.6 | 2.+ |
78-
| 1.5 | 1.91 |
72+
7973

8074
## iOS Notes
8175
- We're using [MNFloatingActionButton](http://cocoapods.org/pods/MNFloatingActionButton) by [Matt Nydam](https://github.com/mattnydam)

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": "1.6.0",
3+
"version": "1.6.1",
44
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps.",
55
"main": "fab.js",
66
"nativescript": {

0 commit comments

Comments
 (0)