Skip to content

Commit b1282e2

Browse files
committed
Bump v0.1.7
1 parent 7d687f8 commit b1282e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ Make sure you include the `<script>` in your project
9292
<!-- 3rd party CDN, not recommended for production use -->
9393
<script
9494
type="module"
95-
src="https://www.unpkg.com/@terriblemia/[email protected].6/index.js"
95+
src="https://www.unpkg.com/@terriblemia/[email protected].7/index.js"
9696
></script>
9797
```
9898

9999
```html
100100
<!-- 3rd party CDN, not recommended for production use -->
101101
<script
102102
type="module"
103-
src="https://esm.sh/@terriblemia/[email protected].6"
103+
src="https://esm.sh/@terriblemia/[email protected].7"
104104
></script>
105105
```
106106

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terriblemia/ground-control",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "A Web Component for user control of HTML attributes and CSS properties",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)