Skip to content

Commit 21a5a07

Browse files
committed
3.0.0
1 parent 6ec214d commit 21a5a07

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": "A custom element that lets you load HTML partials into your Web page. Declarative way for client-side includes.",
4-
"version": "2.0.2",
4+
"version": "3.0.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: 2.0.2
6+
version: 3.0.0
77
-->
88
<script>
99
(function() {

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": "2.0.2",
3+
"version": "3.0.0",
44
"description": "A custom element that lets you load HTML partials into your Web page. Declarative way for client-side includes.",
55
"homepage": "https://github.com/Juicy/juicy-html",
66
"repository": {

0 commit comments

Comments
 (0)