Skip to content

Commit

Permalink
bump the pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Sep 28, 2016
1 parent 5fc4016 commit cb9f567
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,4 @@ nativescript-fab.sln

# Demo application build files
demo/platforms/*
demo/lib/*
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.7.1"
},
"tns-ios": {
"version": "1.7.0"
"version": "2.3.0"
}
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-floatingactionbutton",
"version": "2.2.4",
"version": "2.2.5",
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps.",
"main": "fab.js",
"nativescript": {
Expand Down
2 changes: 1 addition & 1 deletion platforms/ios/PodFile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pod 'MNFloatingActionButton', '~> 0.1'
pod 'MNFloatingActionButton', '~> 0.1.5'

0 comments on commit cb9f567

Please sign in to comment.