From 84014c61db4ccf6893ac714e76066bafa8233e27 Mon Sep 17 00:00:00 2001 From: Perik Rigoudy <117086694+PerikAdjust@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:28:39 +0200 Subject: [PATCH] Update META.json Change version of meta-spec, this was a mistake it's 1.0.0 and add "adjustgmbh" as author to publish this extension on PGXN. Like this https://github.com/adjust/pg-mvtbl/pull/8#issuecomment-1776913035 This extension is new and has not yet been shared on PGXN. --- META.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index c71fb15..eb34126 100644 --- a/META.json +++ b/META.json @@ -1,7 +1,8 @@ { "name": "wltree", + "author": "adjustgmbh", "abstract": "This is adevens patched version of Postgres ltree module", - "version": "2.0", + "version": "0.2.0", "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, @@ -13,7 +14,7 @@ } }, "meta-spec": { - "version": "2.0", + "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "description": "This is adevens patched version of Postgres ltree module",