Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Bumped to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Mar 25, 2021
1 parent 127f97f commit a7f49ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: SelectMadu - Examples
permalink: /examples
---

<script type="text/javascript" src="https://unpkg.com/select-madu@2.1.1/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.1.1/dist/selectmadu.css">
<script type="text/javascript" src="https://unpkg.com/select-madu@2.2.0/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.2.0/dist/selectmadu.css">
<style>
.select-madu-arrow .select-madu-spinner .spinner-border {
top: -41%;
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h2 id="get-started">Get started</h2>
<h2 id="license">License</h2>
<p>SelectMadu is licensed under the <a href="https://github.com/pavish/select-madu/blob/master/LICENSE">MIT License</a></p>

<script type="text/javascript" src="https://unpkg.com/select-madu@2.1.1/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.1.1/dist/selectmadu.css">
<script type="text/javascript" src="https://unpkg.com/select-madu@2.2.0/dist/selectmadu.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/select-madu@2.2.0/dist/selectmadu.css">

<script>
new SelectMadu({
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "select-madu",
"consName": "SelectMadu",
"version": "2.1.1",
"version": "2.2.0",
"description": "Select-madu is a replacement for the select menu, with support for searching, multiple selections, async loading, animations and more.",
"main": "nodesrc/index.js",
"module": "nodesrc/index.mjs",
Expand Down

0 comments on commit a7f49ba

Please sign in to comment.