diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7228be29..e38fe70d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: lint on: push: - branches: [v4.x] + branches: [v5.x] pull_request: - branches: [v4.x] + branches: [v5.x] jobs: build: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 83222cc1..b0a9304d 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -2,9 +2,9 @@ name: build on: push: - branches: [v4.x] + branches: [v5.x] pull_request: - branches: [v4.x] + branches: [v5.x] jobs: build: diff --git a/package.json b/package.json index e6384297..417747cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itty-router", - "version": "5.0.0-next.3", + "version": "5.0.0", "description": "A tiny, zero-dependency router, designed to make beautiful APIs in any environment.", "main": "./index.js", "module": "./index.mjs",