diff --git a/clients/c/sky-island.c b/clients/c/sky-island.c index 3b0ce86..8817439 100644 --- a/clients/c/sky-island.c +++ b/clients/c/sky-island.c @@ -7,8 +7,7 @@ #include /* client_opt_t holds the configuration for how - * the client should behave - */ + * the client should behave */ typedef struct { char* endpoint; bool skip_host_verify; @@ -81,8 +80,7 @@ CURLcode curl_fetch_url(CURL* ch, } /* function is used to make the call to the API and returns back either NULL or - * a pointer to a response_t. This memory will need to be freed by the caller - */ + * a pointer to a response_t. This memory will need to be freed by the caller */ response_t* function(client_opt_t* client, const char* url, const char* call) { CURL* ch; CURLcode ret_code; diff --git a/release.sh b/release.sh index 823ed88..84c074a 100755 --- a/release.sh +++ b/release.sh @@ -1,7 +1,7 @@ #!/bin/sh NAME="sky-island" -VERSION="0.1" +VERSION="0.2" ARCHS="386 amd64" echo "Building release..."