Skip to content

Commit 0ac1a7e

Browse files
committed
Updated baseURL to end in 0.05
1 parent 7199f61 commit 0ac1a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyrcore/zephyr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* and data binding capabilities.
44
*/
55
export default class ZephyrJS extends HTMLElement {
6-
static baseUrl = 'https://cdn.jsdelivr.net/gh/RPDevJesco/ZephyrJS@0.04';
6+
static baseUrl = 'https://cdn.jsdelivr.net/gh/RPDevJesco/ZephyrJS@0.05';
77

88
static setBaseUrl(url) {
99
ZephyrJS.baseUrl = url.endsWith('/') ? url : url + '/';

0 commit comments

Comments
 (0)