Skip to content

Commit

Permalink
Correct Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
Juchar committed Jul 10, 2019
1 parent c412b02 commit e55ba96
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/color-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/color-picker-element-carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/color-picker-responsive-canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/input/color-picker-color-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/input/color-picker-color-picker-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/input/color-picker-hex-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/input/color-picker-hsla-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/input/color-picker-rgba-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/palette/color-picker-color-checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/palette/color-picker-color-palette.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/palette/color-picker-color-picker-palette.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/slider/color-picker-alpha-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/slider/color-picker-color-picker-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/slider/color-picker-color-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/slider/color-picker-hue-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/slider/color-picker-selected-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/slider/color-picker-sl-slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

static get version() {
return '0.7.8';
return '0.8';
}

static get properties() {
Expand Down

0 comments on commit e55ba96

Please sign in to comment.