Skip to content

Commit

Permalink
#78 Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gluebi committed Mar 30, 2023
1 parent 08f1a1b commit bc151bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-cookie-comply-with-reject",
"description": "A Vue 3 component to handle cookie acceptance on your website",
"version": "0.2.9-beta.3",
"version": "0.2.9",
"files": [
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/CookieComply.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="cookie-comply-body-grey-out"
/>
<aside
v-if="showCookieComply&& !isModalOpen"
v-if="showCookieComply && !isModalOpen"
class="cookie-comply"
:class="{ 'cookie-comply--modal-open': isModalOpen }"
>
Expand Down

0 comments on commit bc151bf

Please sign in to comment.