Skip to content

Commit

Permalink
🚀 release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Sep 5, 2022
1 parent ed41aa6 commit 136981e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Easy Tab & Accordion (ETA) v2.0.0
# Easy Tab & Accordion (ETA) v2.0.1

[![release](https://badgen.net/github/release/viivue/easy-tab-accordion/)](https://github.com/viivue/easy-tab-accordion/releases/latest)
[![minified](https://badgen.net/badge/minified/10KB/cyan)](https://www.jsdelivr.com/package/gh/viivue/easy-tab-accordion)
Expand All @@ -23,7 +23,7 @@

```html
<!-- JS (10KB) -->
<script src="https://cdn.jsdelivr.net/gh/viivue/[email protected].0/dist/easy-tab-accordion.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/viivue/[email protected].1/dist/easy-tab-accordion.min.js"></script>
```

## Initialize
Expand Down
2 changes: 1 addition & 1 deletion dist/easy-tab-accordion.min.js

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": "easy-tab-accordion",
"prettyName": "Easy Tabs & Accordion",
"version": "2.0.0",
"version": "2.0.1",
"description": "Javascript library to create tabs or accordion.",
"homepage": "https://github.com/viivue/easy-tab-accordion",
"repository": {
Expand Down

0 comments on commit 136981e

Please sign in to comment.