version: Fix version number

This commit is contained in:
2024-08-28 13:59:34 +02:00
parent 8bb153fe54
commit ab07e03c0f
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ts-injex",
"version": "0.1.0-.1",
"version": "0.1.0-alpha",
"description": "Simple boilerplate code free dependency injection system for TypeScript.",
"type": "module",
"main": "./dist/index.js",