Skip to content

Commit 2e57d62

Browse files
committed
chore: bump version to 1.0.4
1 parent ebe194d commit 2e57d62

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 = "1.0.3"
2+
current_version = "1.0.4"
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": "1.0.3",
3+
"version": "1.0.4",
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)