From 4051f65b65920cba73942af0d38ed06b6013a83c Mon Sep 17 00:00:00 2001 From: Brad Martin Date: Wed, 8 Feb 2017 17:33:17 -0600 Subject: [PATCH] bump --- demo/package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/package.json b/demo/package.json index 9e14710..b87b90f 100644 --- a/demo/package.json +++ b/demo/package.json @@ -5,7 +5,7 @@ "version": "2.4.0" }, "tns-android": { - "version": "2.4.1" + "version": "2.5.0" } }, "dependencies": { @@ -21,4 +21,4 @@ "nativescript-dev-typescript": "^0.3.2", "typescript": "^2.0.9" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 1669f3c..1b16a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-cardview", - "version": "1.3.1", + "version": "1.3.2", "description": "A NativeScript plugin for Material Design CardView component.", "main": "cardview", "typings": "index.d.ts",