Skip to content

Commit c0e92d3

Browse files
committed
1.2.0
1 parent e1df391 commit c0e92d3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.0",
4+
"version": "1.2.0",
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.1.0
6+
version: 1.2.0
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.1.0",
3+
"version": "1.2.0",
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)