Skip to content

Commit

Permalink
Update versioning
Browse files Browse the repository at this point in the history
Some could claim it's done intentionally to raise my commits, but I promise it's just me being forgetful.
  • Loading branch information
4yx committed Jan 3, 2023
1 parent 3a35755 commit d4481e4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion altervp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const AlterVP = {
}
};
</script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/altervp/altervp.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/altervp/altervp.js" type="text/javascript"></script>
```
Alternatively, you can use our CDN:
```html
Expand Down
2 changes: 1 addition & 1 deletion cpanel-logo-to-copyright/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The full code, using jsDelivr:
}
</script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/cpanel-logo-to-copyright/cpanel-logo-to-copyright.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/cpanel-logo-to-copyright/cpanel-logo-to-copyright.js" type="text/javascript"></script>
```
Alternatively, you can use our CDN:
```html
Expand Down
2 changes: 1 addition & 1 deletion dropdown-bug-fix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To solve this, we need an external service which adds the correct type, like jsD

The full code, using jsDelivr:
```html
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/dropdown-bug-fix/dropdown-bug-fix.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/dropdown-bug-fix/dropdown-bug-fix.js" type="text/javascript"></script>
```
Alternatively, you can use our CDN:
```html
Expand Down
2 changes: 1 addition & 1 deletion element-changer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To solve this, we need an external service which adds the correct type, like jsD

The code, using jsDelivr:
```html
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/element-changer/element-changer.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/element-changer/element-changer.js" type="text/javascript"></script>
```
Alternatively, you can use our CDN:
```html
Expand Down
2 changes: 1 addition & 1 deletion responsive-domain-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The full code, using jsDelivr:
affCode = "AFFILIATE_CODE_HERE";
*/
</script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/responsive-domain-search/responsive-domain-search.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/responsive-domain-search/responsive-domain-search.js" type="text/javascript"></script>
```
Alternatively, you can use our CDN:
```html
Expand Down
2 changes: 1 addition & 1 deletion sidebar-bug-fix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To solve this, we need an external service which adds the correct type, like jsD

The full code, using jsDelivr:
```html
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].0/sidebar-bug-fix/sidebar-bug-fix.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/WybeNetwork/[email protected].1/sidebar-bug-fix/sidebar-bug-fix.js" type="text/javascript"></script>
```
Alternatively, you can use our CDN:
```html
Expand Down

0 comments on commit d4481e4

Please sign in to comment.