Skip to content

Commit cb57d36

Browse files
committed
v0.2.0 - bumped the version
1 parent 1538fca commit cb57d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@srdjan/hsx",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"exports": {
55
".": "./src/index.ts",
66
"./jsx-runtime": "./src/jsx-runtime.ts"
77
},
8+
"license": "MIT",
89
"imports": {
910
"hsx/jsx-runtime": "./src/jsx-runtime.ts"
1011
},

0 commit comments

Comments
 (0)