Skip to content

Commit 4195753

Browse files
author
Konstantin
committed
1.0.1
1 parent 9aee83d commit 4195753

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "juicy-html",
33
"description": "Custom Element that lets you load HTML partials into your Web Components",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/Juicy/juicy-html",
66
"authors": [
77
"Joachim Wester <joachimwester@me.com>",

juicy-html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
(c) 2013-2015 Juicy
44
MIT license
55
https://github.com/Juicy/juicy-html
6-
version: 1.0.0
6+
version: 1.0.1
77
-->
88
<script>
99
(function (scope) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juicy-html",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "`<juicy-html>` is a custom element that let's you load HTML partials into your Web Components",
55
"homepage": "https://github.com/Juicy/juicy-html",
66
"repository": {

0 commit comments

Comments
 (0)