Skip to content

Commit

Permalink
Bump v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Aug 11, 2024
1 parent cdf3d7f commit 034ec6b
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].4/index.js"
src="https://www.unpkg.com/@terriblemia/[email protected].5/index.js"
></script>
```

```html
<!-- 3rd party CDN, not recommended for production use -->
<script
type="module"
src="https://esm.sh/@terriblemia/[email protected].4"
src="https://esm.sh/@terriblemia/[email protected].5"
></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.4",
"version": "0.1.5",
"description": "A Web Component for user control of HTML attributes and CSS properties",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 034ec6b

Please sign in to comment.