Skip to content

Commit 5e2bd27

Browse files
committed
Version 1.6.1
1 parent f826cfc commit 5e2bd27

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "http",
33
"abstract": "HTTP client for PostgreSQL",
44
"description": "HTTP allows you to get the content of a web page in a SQL function call.",
5-
"version": "1.6.0",
5+
"version": "1.6.1",
66
"maintainer": [
77
"Paul Ramsey <pramsey@cleverelephant.ca>"
88
],
@@ -23,7 +23,7 @@
2323
"http": {
2424
"file": "http--1.6.sql",
2525
"docfile": "README.md",
26-
"version": "1.6.0",
26+
"version": "1.6.1",
2727
"abstract": "HTTP client for PostgreSQL"
2828
}
2929
},

http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
***********************************************************************/
2929

3030
/* Constants */
31-
#define HTTP_VERSION "1.6.0"
31+
#define HTTP_VERSION "1.6.1"
3232
#define HTTP_ENCODING "gzip"
3333
#define CURL_MIN_VERSION 0x071400 /* 7.20.0 */
3434

0 commit comments

Comments
 (0)