diff --git a/package.json b/package.json index 6e52d11..43fe2e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@picojs/pico", "description": "Ultra-tiny web framework for Web-Standard runtime", - "version": "0.0.0", + "version": "0.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ @@ -48,4 +48,4 @@ "rimraf": "^3.0.2", "typescript": "^4.9.3" } -} \ No newline at end of file +}