Skip to content

Commit

Permalink
Bump v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Aug 26, 2024
1 parent 7d687f8 commit b1282e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ Make sure you include the `<script>` in your project
<!-- 3rd party CDN, not recommended for production use -->
<script
type="module"
src="https://www.unpkg.com/@terriblemia/[email protected].6/index.js"
src="https://www.unpkg.com/@terriblemia/[email protected].7/index.js"
></script>
```

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terriblemia/ground-control",
"version": "0.1.6",
"version": "0.1.7",
"description": "A Web Component for user control of HTML attributes and CSS properties",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b1282e2

Please sign in to comment.