diff --git a/lib/http.js b/lib/http.js index 4a7ad43..9c8a459 100644 --- a/lib/http.js +++ b/lib/http.js @@ -20,7 +20,7 @@ var HTTPObject = function(engine) { this.headers = {}; this.parameters = {}; this.dataType = null; - this.userAgent = "WelsonJS/0.2.7-dev (" + OS_NAME + "; " + OS_ARCH + "; " + DEVICE_UUID + "; https://catswords.social/@catswords_oss; abuse@catswords.net)"; + this.userAgent = "WelsonJS/0.2.7 (" + OS_NAME + "; " + OS_ARCH + "; " + DEVICE_UUID + "; https://catswords.social/@catswords_oss; abuse@catswords.net)"; this.isAsynchronous = false; this.proxy = { "enabled": false,