From 0e81c735d538fac38b687982af21c9ca4bf231dd Mon Sep 17 00:00:00 2001 From: Ava Mattie Date: Tue, 24 May 2022 19:36:19 -0600 Subject: [PATCH] Bump version for release, fix package, add badge --- package.json | 4 ++-- readme.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b8fbe54..41df0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "a-simple-switch", - "version": "0.7.1", + "version": "0.8.0", "description": "Vanilla JS/CSS Switch UI element", "main": "src/javascript/index.js", "scripts": { @@ -13,7 +13,7 @@ "license": "ISC", "repository": { "type": "git", - "url": "https://github.com/aeolingamenfel/simple-switch" + "url": "https://github.com/ava-cassiopeia/simple-switch" }, "keywords": [ "vanilla js", diff --git a/readme.md b/readme.md index af7a8a3..7c0fc52 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,7 @@ # Simple Switch [![npm version](https://badge.fury.io/js/a-simple-switch.svg)](https://badge.fury.io/js/a-simple-switch) +[![Build](https://github.com/ava-cassiopeia/simple-switch/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/ava-cassiopeia/simple-switch/actions/workflows/test.yml) Simple, accessible, performant implementation of the Switch UI element.