Skip to content

Commit e82a191

Browse files
committed
1.0.12
1 parent a18179a commit e82a191

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The code
1515
</slotted-element>
1616
</html-demo-element>
1717

18-
<script type="module" src="https://unpkg.com/[email protected].11/html-demo-element.js"></script>
18+
<script type="module" src="https://unpkg.com/[email protected].12/html-demo-element.js"></script>
1919
<script type="module" src="https://unpkg.com/[email protected]/slotted-element.js"></script>
2020
```
2121

@@ -51,8 +51,8 @@ When you want to control where the source is located and where to render the cod
5151
```
5252

5353
# Live demo
54-
* https://unpkg.com/[email protected].11/demo/index.html
55-
* https://unpkg.com/[email protected].11/demo/advanced.html
54+
* https://unpkg.com/[email protected].12/demo/index.html
55+
* https://unpkg.com/[email protected].12/demo/advanced.html
5656
* https://unpkg.com/[email protected]/demo/index.html
5757

5858
# API

html-demo-element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ HtmlDemoElement extends HTMLElement
3232
static get observedAttributes(){ return Object.keys(propTypes); }
3333
static get properties(){ return propTypes; }
3434

35-
static version = '1.0.11';
35+
static version = '1.0.12';
3636

3737
get source(){ return this._source }
3838
set source( s )

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-demo-element",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Webcomponent inserts prism JS syntax colored HTML in html-demo-element before actual dom",
55
"author": "Sasha Firsov",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)