From 6f248937ea18e89284ce56de94dc204c695bfdfc Mon Sep 17 00:00:00 2001 From: Viktor Kuzhelny Date: Tue, 11 Aug 2020 13:54:16 +0500 Subject: [PATCH] v1.0.3 --- README.md | 1 + package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e111fe..2d212b4 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ You may just copy pre-compiled css file from the repository https://github.com/j ```html + ``` diff --git a/package-lock.json b/package-lock.json index 6a8ffd3..91b3ae6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bulma-switch-control", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 05475c4..9a9db2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-switch-control", - "version": "1.0.2", + "version": "1.0.3", "description": "Switch controls for Bulma CSS Framework", "homepage": "https://justboil.me/", "main": "scss/main.scss", @@ -22,7 +22,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/justboil/bulma-checkbox.git" + "url": "git+https://github.com/justboil/bulma-switch-control.git" }, "dependencies": { "bulma": "^0.9.0"