Skip to content

Commit

Permalink
build: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jul 20, 2021
1 parent cc01064 commit 176a9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install ffxiv-overlay-api --save
Or import the library from jsDelivr CDN:

```html
<script src="https://cdn.jsdelivr.net/npm/ffxiv-overlay-api@3.4/lib/overlay.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ffxiv-overlay-api@3.5/lib/overlay.min.js"></script>
<script>
const overlay = new OverlayAPI({
extendData: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffxiv-overlay-api",
"version": "3.5.0",
"version": "3.5.1",
"description": "Build your own modern FFXIV overlay with npm.",
"keywords": [
"ffxiv",
Expand Down

0 comments on commit 176a9bb

Please sign in to comment.