diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 10:44:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-05 10:44:08 +0530 |
commit | afbf9fa4f665404c7128315e2b84f63376f1cdce (patch) | |
tree | ceca312bae5678847ff4396efecd7737b28cfed7 /package.json | |
parent | 713cdb5d5b5ae5df11bd8dbc1c2892a501fb47bc (diff) |
fixed toggler icon not showing due to CSP violationv0.0.4
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c663905..236329b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbills-web", - "version": "0.0.3", + "version": "0.0.4", "private": false, "scripts": { "dev": "vite", |