Skip to content

Commit 605e01d

Browse files
committed
Bump v0.2.0
1 parent b99a6fb commit 605e01d

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/ground-control@0.1.7/index.js"
95+
src="https://www.unpkg.com/@terriblemia/ground-control@0.2.0/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/ground-control@0.1.7"
103+
src="https://esm.sh/@terriblemia/ground-control@0.2.0"
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.7",
3+
"version": "0.2.0",
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)