Skip to content

Commit 6a04a70

Browse files
committed
chore(release): bump version to 0.2.1 🔖
- Bump version in deno.json to 0.2.1 - Bump version in package.json to 0.2.1
1 parent 4519f6c commit 6a04a70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neabyte/qr-generator",
33
"description": "QR code SVG generator with custom shapes, gradients, logo",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"license": "MIT",
77
"exports": "./src/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neabyte/qr-generator",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "QR code SVG generator with custom shapes, gradients, logo",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)