Skip to content

Commit

Permalink
Bump version for release, fix package, add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ava-cassiopeia committed May 25, 2022
1 parent 66d22d1 commit 0e81c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 0e81c73

Please sign in to comment.