Skip to content

Commit cb9f567

Browse files
committed
bump the pod version
1 parent 5fc4016 commit cb9f567

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,4 @@ nativescript-fab.sln
206206

207207
# Demo application build files
208208
demo/platforms/*
209+
demo/lib/*

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.7.1"
66
},
77
"tns-ios": {
8-
"version": "1.7.0"
8+
"version": "2.3.0"
99
}
1010
},
1111
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-floatingactionbutton",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
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": {

platforms/ios/PodFile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'MNFloatingActionButton', '~> 0.1'
1+
pod 'MNFloatingActionButton', '~> 0.1.5'

0 commit comments

Comments
 (0)