Merge branch 'master' into develop

This commit is contained in:
Mario de Frutos
2016-05-30 18:31:22 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
-- Version number of the extension release
CREATE OR REPLACE FUNCTION cdb_observatory_version()
RETURNS text AS $$
SELECT ''::text;
SELECT '0.0.5'::text;
$$ language 'sql' STABLE STRICT;
-- Internal identifier of the installed extension instence

View File

@@ -1,5 +1,5 @@
comment = 'CartoDB Observatory backend extension'
default_version = '0.0.4'
default_version = '0.0.5'
requires = 'postgis'
superuser = true
schema = cdb_observatory