Skip to content

Commit a1c9af5

Browse files
committed
chore: bump version to 1.0.0
1 parent 39021bb commit a1c9af5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.0"
2+
current_version = "1.0.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cfsolver",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Node.js HTTP client that automatically bypasses Cloudflare challenges using the CloudFlyer API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)