From 09b87a5534b4261f4fb755991ceea64419db0696 Mon Sep 17 00:00:00 2001 From: fnky Date: Sun, 26 Feb 2017 21:25:03 +0100 Subject: [PATCH] Bump version to 1.1.0 --- bower.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/bower.json b/bower.json index 51225c9..04de3dd 100644 --- a/bower.json +++ b/bower.json @@ -1,13 +1,13 @@ { "name": "uiswitch", - "version": "1.0.1", + "version": "1.1.0", "authors": [ "Christian Petersen " ], "description": "A sweet and pure CSS3 iOS 7 UISwitch", - "main": "_uiswitch.scss", + "main": "uiswitch.scss", "keywords": [ - "css3", + "css", "scss", "sass", "ios", @@ -23,14 +23,10 @@ "**/.*", "node_modules", "bower_components", - ".sass-cache", - ".DS_Store", "test", "tests", - ".gitignore", "uiswitch-demo.gif", - "example.html", - "Makefile" + "example.html" ], "dependencies": {} }