diff --git a/META.json b/META.json index 3e02d4f..3c9a960 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "http", "abstract": "HTTP client for PostgreSQL", "description": "HTTP allows you to get the content of a web page in a SQL function call.", - "version": "1.0", + "version": "1.1", "maintainer": [ "Paul Ramsey " ], @@ -21,9 +21,9 @@ }, "provides": { "http": { - "file": "http--1.0.sql", + "file": "http--1.1.sql", "docfile": "README.md", - "version": "1.0", + "version": "1.1", "abstract": "HTTP client for PostgreSQL" }, }, @@ -48,4 +48,4 @@ "curl", "web" ] -} \ No newline at end of file +}