Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Oct 7, 2024
1 parent 1fb9493 commit 3ca4558
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 @@ You can install the plugin by using the link below in your `index.html`.
For production, please use the numbered version to prevent breaking changes in production.

``` html
<script src="https://unpkg.com/[email protected].0/dist/index.min.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/index.min.js"></script>
```

### Development
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function swaggerUiPlugin(hook, vm) {
const linkElement = document.querySelector('p a');
const swaggerScriptUrl = 'https://unpkg.com/[email protected]/swagger-ui-bundle.js'
const cssLinks = [
'https://unpkg.com/[email protected].1/dist/style.min.css',
'https://unpkg.com/[email protected].2/dist/style.min.css',
'https://unpkg.com/[email protected]/swagger-ui.css'
];
// test if link is a swagger link
Expand Down

0 comments on commit 3ca4558

Please sign in to comment.