diff --git a/package.json b/package.json index 23af98c..501aaa9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@picojs/pico", "description": "Ultra-tiny web framework for Cloudflare Workers and Deno", - "version": "0.0.6", + "version": "0.1.0", "types": "dist/index.d.ts", "module": "dist/index.js", "files": [ @@ -56,4 +56,4 @@ "rimraf": "^3.0.2", "typescript": "^4.9.3" } -} \ No newline at end of file +}