Skip to content

Commit e194d66

Browse files
committed
chore: increment patch version.
1 parent 2f8b4d5 commit e194d66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ install_dependencies:
22
@darwin install
33

44
build:
5-
@darwin run_blueprint --target one_build
5+
@darwin run_blueprint --target amalgamation_build
66

77
run_example:
88
@gcc examples/${FILE}.c -o examples/${FILE} && ./examples/${FILE}

release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"replacers": {
33
"BIG_VERSION": "0",
44
"SMALL_VERSION": "9",
5-
"PATCH_VERSION": "2"
5+
"PATCH_VERSION": "3"
66
},
77
"release": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
88
"tag": "{BIG_VERSION}.{SMALL_VERSION}.{PATCH_VERSION}",
9-
"description": "new release to BearHttpsClient",
9+
"description": "add error handling",
1010
"assets": ["release/BearHttpsClient.c", "release/BearHttpsClient.h", "release/BearHttpsClient.zip", "release/BearHttpsClientOne.c"]
1111
}

0 commit comments

Comments
 (0)