Skip to content

Commit f3d82f8

Browse files
committed
ver
1 parent f8c5f45 commit f3d82f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This adds ~1KB of focused utilities without the bloat of jQuery UI or larger plu
1616

1717
```html
1818
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js"></script>
19-
<script src="https://0.1.3/src/jquery-micro-utils.js"></script>
19+
<script src="https://0.1.4/src/jquery-micro-utils.js"></script>
2020
```
2121

2222
Or use npm/yarn:

src/jquery-micro-utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* 0.1.3
2+
* 0.1.4
33
* Small, CDN-friendly helpers for efficient traversal & ergonomics.
44
* (c) 2025 Answer.AI — MIT License
55
*/
@@ -61,7 +61,7 @@
6161
};
6262

6363
$.as$ = x => x?.jquery ? x : $(x);
64-
.1.3' };
64+
$.microUtils = { version: '0.1.4' };
6565

6666
}));
6767

0 commit comments

Comments
 (0)