Skip to content

Commit b335781

Browse files
committed
feat: Version alpha-2
1 parent 9cd2a98 commit b335781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jacobo/wiremap",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"license": "MIT",
55
"description": "Compositional dependency injection framework.",
66
"exports": "./src/wiremap.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wiremap",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Compositional dependency injection framework.",
55
"main": "./dist/wiremap.js",
66
"scripts": {

0 commit comments

Comments
 (0)