Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero committed Aug 29, 2018
1 parent b49f761 commit 97579b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "palindrom-redirect",
"version": "1.0.0",
"version": "1.0.1",
"description": "Custom Element that redirects to a new URL when an attribute is changed. It's also being listened by Palindrom.",
"license": "MIT",
"main": "palindrom-redirect.html",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "puppet-redirect",
"description": "Custom Element that redirects to a new URL when an attribute is changed. It's also being listened by PuppetJS.",
"version": "1.0.0",
"version": "1.0.1",
"main": "puppet-redirect.html",
"scripts": {
"test": "wct",
Expand Down
2 changes: 1 addition & 1 deletion palindrom-redirect.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
/* palindrom redirect version: 1.0.0 */
/* palindrom redirect version: 1.0.1 */
customElements.define(
'palindrom-redirect',
class PalindromRedirectElement extends HTMLElement {
Expand Down

0 comments on commit 97579b9

Please sign in to comment.