Skip to content

Commit

Permalink
🔖 minor version bump to v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niketpathak committed Aug 9, 2022
1 parent 2af44a9 commit 9c0a86f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body:
- v5.0.0
- v5.5.0
- v5.6.0
- v5.7.0
- Latest
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ require('ad-rotator/dist/style.css');
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ad-rotator/dist/style.css" /> <!-- Optional -->

<!-- or with unpkg.com to get a specific version -->
<script src="https://unpkg.com/ad-rotator@5.6.0/dist/ad-rotator.js"></script>
<link rel="stylesheet" href="https://unpkg.com/ad-rotator@5.6.0/dist/style.css" /> <!-- Optional -->
<script src="https://unpkg.com/ad-rotator@5.7.0/dist/ad-rotator.js"></script>
<link rel="stylesheet" href="https://unpkg.com/ad-rotator@5.7.0/dist/style.css" /> <!-- Optional -->

```
The library will be available as a global object at **`window.rotator`**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ad-rotator",
"title": "ad-rotator.js",
"description": "A light-weight JS library to rotate advertisements.",
"version": "5.6.0",
"version": "5.7.0",
"homepage": "https://github.com/digitalfortress-tech/ad-rotator",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 9c0a86f

Please sign in to comment.